cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/KYB/personal \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyId": "<string>", "requestId": "<string>" }'
{ "error": true, "message": "<string>", "version": "<string>", "data": {} }
KYB Personal Service API Documentation
/KYB/personal
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully initiated personal AML check.
The response is of type object.
object