# 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. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ## Responses ### 200 The identity documents of the kyc verification #### Body: (object) - **id** (string(uuid)) - **kyc_verification_id** (string(uuid)) - **country** (string) - **document_type** (string) - **issue_date** (string(date)) - **issued_by** (string) - **nationality** (string) - **number** (string) - **valid_until** (string(date)) - **created_at** (string(datetime)) - **updated_at** (string(datetime)) ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)