Fetch the list of the identity file attachments

GET /users/{user_id}/kyc/identities/{id}/file

Fetch the list of the identity file attachments.

Path parameters

Responses

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"
  }
]