Fetch the pep status associated with the identity

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

Fetch the pep status associated with the identity or legal representative.

Path parameters

Responses

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"
}