# 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. ## Servers ## Parameters #### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id ## Responses ### 200: The pep status of the identity or legal representative #### Body Parameters: (object) - **id** (string(uuid)) - **identity_id** (string(uuid)) - **is_exposed** (boolean) - **is_sanctioned** (boolean) - **check_date** (string(datetime)) - **source** (string | null) - **reason** (string | null) - **created_at** (string(datetime)) - **updated_at** (string(datetime)) ### 404: Resource not found. [Powered by Bump.sh](https://bump.sh)