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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the company.
Unique identifier for the request.
Successfully initiated company AML check.
Indicates whether an error occurred.
Status message describing the operation result.
Unique identifier for the AML request.