Fetch the identity document associated with the kyc verification

GET /users/{user_id}/kyc/identities/{identity_id}/kyc_verification/identity_document

Fetch the identity document associated with the kyc verification.

Path parameters

Responses

GET /users/{user_id}/kyc/identities/{identity_id}/kyc_verification/identity_document
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/kyc_verification/identity_document
Response examples (200)
{
  "id": "string",
  "kyc_verification_id": "string",
  "country": "string",
  "document_type": "string",
  "issue_date": "2023-05-04",
  "issued_by": "string",
  "nationality": "string",
  "number": "string",
  "valid_until": "2023-05-04",
  "created_at": "string",
  "updated_at": "string"
}