THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/kyc/access-token' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"flow": "poi"
}'
{
"data": [
{
"token": "_act***********************************************0.-v2",
"userId": "2-****************************0",
"email": "moh****************************v.com",
"phone": ""
}
],
"meta": {
"endpoint": "/v1/kyc/access-token",
"method": "POST",
"timing": 1474
}
}