cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications/{sid}/documents \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "created_at": "<string>", "data": {}, "files": [ { "created_at": "<string>", "id": "<string>", "mime_type": "<string>", "page_index": 123, "presigned_url": "<string>", "updated_at": "<string>" } ], "id": "<string>", "status": "<string>", "subtype": "<string>", "type": "<string>", "updated_at": "<string>" } ], "session_id": "<string>" }
Get all documents for a specific KYC session with presigned URLs for file downloads
API Key for accessing management endpoints
User ID
Session ID
OK
Show child attributes