THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/identity/verification-level?counterparty_info=true' \
--header 'Authorization: Bearer xxxxx' \
--header 'x-client-id;'
{
"data": {
"verification_level": {
"level": 4,
"criteria": [
{
"state": "approved",
"verifier": "onfido",
"doc_type": "passport",
"code": "poi"
},
{
"verifier": "deriv_kyc",
"code": "poa",
"state": "approved",
"doc_type": "physical"
}
],
"counterparty_access": {
"dvl": true,
"diel": true,
"dbvi": true,
"dsvg": true,
"dci": true,
"dfx": true,
"dcl": true,
"dml": true
}
}
}
}