Skip to main content
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

showPending
boolean
required
true — return only pending/incomplete checks. false — return all checks including completed ones.
_shape
string
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 an IdentityChecksList object — a paginated list of identity check records.

Identity Check Fields

Identity

Core

Contact

Documents

Timestamps

Examples

Fetch pending checks

TypeScript Integration