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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
consumer_id
The unique ID of the consumer.
Query parameters
page
A page number within the paginated result set.
page_size
Number of results to return per page.
Response
count
results
next
previous
Errors
404
Not Found Error

