POST
/
KYB
/
companyAML
curl --request POST \
  --url https://api-umbrella.io/api/services/KYB/companyAML \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "companyId": "<string>",
  "requestId": "<string>"
}'
{
  "error": true,
  "message": "<string>",
  "version": "<string>",
  "data": {
    "amlRequestId": "<string>"
  }
}

For a usage description of the KYB Company AML Service, please refer to the KYB page.

Endpoint

POST /KYB/companyAML

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
companyId
string
required

Unique identifier for the company.

requestId
string
required

Unique identifier for the request.

Response

200
application/json
Successfully initiated company AML check.
error
boolean

Indicates whether an error occurred.

message
string

Status message describing the operation result.

version
string | null

API version.

data
object