Skip to main content

List verifications for an account

Pass the account’s biz_ tag as the account_id query parameter to get all verifications for that account. An account has at most two — one individual (KYC) and one business (KYB).
cURL
Response

Retrieve a single verification

Pass an idpf_ tag in the path to read one profile directly.
cURL
The response is a single verification object (the same shape as an entry in the list’s data array).

Statuses

session_url only appears when status is pending — it means the user still needs to complete KYC. Once approved or rejected, the URL is gone.

Response fields

Fields depend on kind. Individual verifications return personal fields, business verifications return company fields.

Individual (kind: "individual")

Business (kind: "business")

Authentication

Requires a Company API key with the identity:read scope.

Errors