cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/KYB/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "search": "<string>", "registrationNumber": "<string>", "countryNames": [ "<string>" ], "searchType": "<string>", "webhookUrl": "<string>" }'
{ "requestId": "<string>", "companyId": "<string>", "serviceId": "<string>" }
KYB Search Service API Documentation
/KYB/search
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully initiated company search.
The response is of type object.
object