curl
KYB Registry
KYB Registry Search
Search company registry candidates before selecting the company to retrieve. Search is free and does not create a saved Manual Check.
POST
curl
Use this endpoint first to find matching company registry candidates. Search is free and does not create a saved Manual Check.
If you send
webhook_url, Didit can return immediately while the provider resolves the search, then post the candidates to your callback URL when they are ready. The callback is unsigned by design, so you do not need to configure a webhook secret for this search notification.
After you pick the correct kyb_response_id, call POST /v3/kyb/select/ to retrieve the billable registry profile.Authorizations
Body
application/json
ISO 3166-1 alpha-2 country code, or subdivision code where required by the registry provider, such as US-CA.
Example:
"GB"
Company name to search.
Company registration number to search.
Available options:
contains, start_with, fuzzy Optional caller-controlled identifier echoed back in the response.
Optional callback URL for asynchronous search results. If the provider search is pending, Didit returns immediately and sends one unsigned POST to this URL when candidates are ready.