Skip to main content
POST
For a usage description of the KYB Search Service, please refer to the KYB page.

Endpoint

POST /kyb/search

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /auth. Valid for 60 minutes.

Body

application/json
name
string
required

Company name. Fuzzy matching applied.

Example:

"IDCanopy Group Ltd"

country
string
required

ISO 3166-1 alpha-2 country code.

Example:

"GB"

companyNo
string

Official registration number. Exact match.

Example:

"16262990"

locality
string

City or locality to narrow results.

Example:

"London"

Response

200 - application/json

One or more matching companies.

status
boolean

true on success.

data
object[]