List verifications for an account
Pass the account’sbiz_ 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 anidpf_ tag in the path to read one profile directly.
cURL
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 onkind. Individual verifications return personal fields, business verifications return company fields.
Individual (kind: "individual")
Business (kind: "business")
Authentication
Requires a Company API key with theidentity:read scope.

