List Identity Documents
List all identity documents for a user, each with its review state. The response carries the upload_id but not a presigned URL — those are minted on demand via the /download endpoint. Verification is batch-fetched (no N+1).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Computed at response time from expiry_date - today().
No unknown value — when there's no expiry_date we use VALID (the
document doesn't expire; treat as good).
valid, expiring_soon, expired API response shape (camelCase). Used both as the per-item entry in a
profile summary and embedded as the verification field on a credential
response.