PUT
/
document
/
{documentId}
/
status
curl --request PUT \
  --url https://gateway.finhub.cloud/aml/1.0.0/document/{documentId}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "payload": {}
}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

documentId
string
required

Body

application/json
payload
object