Skip to main content
POST
/
v3
/
blocklist
/
add
curl --request POST \ --url https://verification.didit.me/v3/blocklist/add/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "session_id": "5b3720ed-d429-42ef-b67f-37ea805f48ee", "blocklist_face": true, "blocklist_document": true } '
{
  "message": "Successfully updated blocklist."
}

Authorizations

x-api-key
string
header
required

Body

application/json
session_id
string<uuid>
required

The session ID to blocklist items from.

blocklist_face
boolean
default:false

Whether to blocklist the face from this session.

blocklist_document
boolean
default:false

Whether to blocklist the document from this session.

blocklist_phone
boolean
default:false

Whether to blocklist the phone number from this session.

blocklist_email
boolean
default:false

Whether to blocklist the email address from this session.

Response

Item successfully blocklisted

message
string
Example:

"Successfully updated blocklist."