Create PEP
Developing
POST
/client/pep
create_pep
Last modified:2025-03-04 02:53:01
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/client/pep' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{
"data": [
{
"client_id": 864,
"tag_id": 1,
"assigned_at": "2025-03-04T04:34:04.491124",
"assigned_by": "system",
"reason": null
}
],
"meta": {
"endpoint": "/client/pep",
"method": "POST",
"timing": 1759
}
}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-03-04 02:53:01