Fetch the pep status associated with the identity
Fetch the pep status associated with the identity or legal representative.
Path parameters
-
User id
-
Identity or Legal representative id
GET /users/{user_id}/kyc/identities/{identity_id}/pep_status
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{identity_id}/pep_status
Response examples (200)
{
"id": "string",
"identity_id": "string",
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string",
"created_at": "string",
"updated_at": "string"
}
Response examples (200)
{
"id": "string",
"identity_id": "string",
"is_exposed": true,
"is_sanctioned": true,
"check_date": "string",
"source": "string",
"reason": "string",
"created_at": "string",
"updated_at": "string"
}