Fetch the list of the identity file attachments
Fetch the list of the identity file attachments.
Path parameters
-
User id
-
Resource ID
GET /users/{user_id}/kyc/identities/{id}/file
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{id}/file
Response examples (200)
[
{
"id": "string",
"file": {},
"filename": "string",
"document_type": "string",
"document_id_number": "string",
"issued_at": "string",
"expires_at": "string",
"issuing_authority": "string",
"issuing_country": "string",
"content_type": "string"
}
]
Response examples (200)
[
{
"id": "string",
"file": {},
"filename": "string",
"document_type": "string",
"document_id_number": "string",
"issued_at": "string",
"expires_at": "string",
"issuing_authority": "string",
"issuing_country": "string",
"content_type": "string"
}
]