latestOpenAPI 3.1.02026-08-22124199170.4 KB

8a237f1f704f

consumers

List KYC Results

List the KYC results for a consumer, one per Persona inquiry. When an inquiry has produced several results, the one with the most advanced status is returned (approved, then declined or failed, then expired, needs_review, completed, pending, created), with ties broken by the most recent result. Results are ordered by created_date, newest first.

get/v2/consumers/{consumer_id}/kyc-results/

Path parameters

consumer_idstring uuid required

The unique ID of the consumer.

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Headers

Authorizationstring required

Bearer authentication

Response

countinteger required
nextstring uri nullable
previousstring uri nullable