cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/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>" } }
KYB Company AML Service API Documentation
/KYB/companyAML
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully initiated company AML check.
The response is of type object.
object