cURL
curl --request GET \ --url https://api.sumvin.com/v0/kyc/documents
{ "_links": {}, "documents": [ { "image_id": "<string>", "document_type": "<string>", "document_sub_type": "<string>", "country": "<string>", "added_at": 123, "file_metadata": { "file_name": "<string>", "file_type": "<string>", "file_size": 123, "width": 123, "height": 123 } } ], "total_count": 0 }
Tenant org ID for multi-tenant auth
Document images listed successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes