Fetch the identity terms associated with the identity
Fetch the identity terms associated with the identity or legal representative.
Path parameters
-
User id
-
Identity or Legal representative id
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
}
]
Response examples (200)
[
{
"custody_wallet_terms_acceptance": true,
"custody_wallet_privacy_acceptance": true
}
]