post https://app-api.sandbox.coinify.com/traders/me/pep
The following endpoint enables the end-user to provide their PEP (Politically Exposed Person) status.
Response
The following endpoint enables the end-user to provide their PEP (Politically Exposed Person) status.
xxxxxxxxxx
curl --request POST \
--url https://app-api.sandbox.coinify.com/traders/me/pep \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"pepState":"pep"}'
Try It!
to start a request and see the response here! Or choose an example: