Skip to main content
GET
List verification subjects

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Query Parameters

type
enum<string>

Filter by subject type.

Available options:
person,
business
status
enum<string>

Filter by the subject's current verification status. Verification attempt lifecycle status.

  • created — attempt exists, link minted, nothing delivered yet (manual delivery, or email unavailable)
  • sent — hosted link delivered to the subject by email
  • in_progress — the subject opened the flow
  • processing — submitted; provider checks running
  • awaiting_owners — business only: the business case is done, owner (UBO) flows outstanding
  • review — flagged for manual review
  • approved — verified (terminal)
  • declined — failed verification (terminal)
  • expired — the link or inquiry lapsed unused (terminal)
  • revoked — cancelled by the merchant (terminal)
Available options:
created,
sent,
in_progress,
processing,
awaiting_owners,
review,
approved,
declined,
expired,
revoked
limit
integer
default:20

Items per page. Maximum 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by a previous list response. Omit for the first page.

Response

Page of verification subjects.

data
object[]
required
has_more
boolean
required
next_cursor
string
required

Opaque cursor. Empty string on the last page.