Skip to main content
GET
/
blocklist
/
contacts
/
check
/
{contact_id}
Check if a contact is blocked
curl --request GET \
  --url https://api.open.cx/blocklist/contacts/check/{contact_id} \
  --header 'Authorization: Bearer <token>'
{
  "is_blocked": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact_id
string
required

Response

Default Response

is_blocked
boolean
required