Fetch the identity terms associated with the identity

GET /users/{user_id}/kyc/identities/{identity_id}/identity_terms

Fetch the identity terms associated with the identity or legal representative.

Path parameters

Responses

GET /users/{user_id}/kyc/identities/{identity_id}/identity_terms
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/identity_terms
Response examples (200)
[
  {
    "custody_wallet_terms_acceptance": true,
    "custody_wallet_privacy_acceptance": true
  }
]