Identity Checks
List Identity Checks
Returns the identity check requests for the authenticated customer.
GET
List Identity Checks
List Identity Checks
Returns identity check requests for the authenticated customer. These are verification requests (e.g. ID upload, KYC) that the operator has configured as part of the onboarding or compliance process.Authentication
Requires a valid customer bearer token.Query Parameters
true — return only pending/incomplete checks. false — return all checks including completed ones.Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation.
Response
Returns anIdentityChecksList object — a paginated list of identity check records.
Identity Check Fields
Identity
Core
Contact
Documents
Timestamps
Examples
Fetch pending checks
TypeScript Integration
List Identity Checks