Returns true if the user is marked as denied
GET
/v1/users/denylist/{identifyId}
curl \
--request GET 'https://api.aptrinsic.com/v1/users/denylist/{identifyId}'
Response examples (200)
{
"denied": true,
"identifyId": "string"
}
Response examples (204)
{
"denied": true,
"identifyId": "string"
}