Skip to main content
POST
/
kyb
/
search
Search businesses
curl --request POST \
  --url https://api.txcloud.io/v1/kyb/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "country": "<string>",
  "filters": {},
  "limit": 123
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
query
string
country
string
filters
object
limit
integer

Response

200

Search results