The exposes two read-only endpoints for third-party consumers to access a user’s verification data:
KYC Details — verification status, personal information, document metadata, and rejection details
Document Images — binary image data for each submitted identity document
Both endpoints require dual authentication: an API key with get_kyc scope and a with sr:us:pint:identity:kyc_read scope. A Stamped Mandate is delivered over the API as a PINT (header x-sumvin-pint-token), so the dual-auth flow below works in PINT terms.