cURL
byName
curl --request POST \ --url https://api-umbrella.io/api/services/kyb/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "IDCanopy Group Ltd", "country": "GB", "locality": "London" } '
{ "status": true, "data": [ { "transactionId": "a8b89ef3-9d93-4d96-a495-be605fd1b2fe", "companyId": "223c8dde-9c82-4811-ba3c-4f9fe648c2da", "name": "IDCANOPY GROUP LTD", "status": "active", "registrationNumber": "16262990", "addressLine": "71-75 Shelton Street, Covent Garden, London, United Kingdom, WC2H 9JQ", "country": "GB" } ] }
KYB Search Service API Documentation
/kyb/search
Bearer token obtained from POST /auth. Valid for 60 minutes.
Company name. Fuzzy matching applied.
"IDCanopy Group Ltd"
ISO 3166-1 alpha-2 country code.
"GB"
Official registration number. Exact match.
"16262990"
City or locality to narrow results.
"London"
One or more matching companies.
true on success.
true
Show child attributes