Skip to main content
GET
/
v0
/
kyc
/
documents
List uploaded KYC document images
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
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Response

Document images listed successfully

HAL-style hypermedia links for navigation and available actions.

documents
KYCDocumentImageInfo · object[]
total_count
integer
default:0