POST
/
KYB
/
personal
curl --request POST \
  --url https://api-umbrella.io/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": {}
}

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

Endpoint

POST /KYB/personal

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json
Successfully initiated personal AML check.

The response is of type object.