curl --request GET \
--url https://api.open.cx/blocklist/contacts/check/{contact_id} \
--header 'Authorization: Bearer <token>'{
"is_blocked": true
}Check whether a specific contact is currently blocked.
curl --request GET \
--url https://api.open.cx/blocklist/contacts/check/{contact_id} \
--header 'Authorization: Bearer <token>'{
"is_blocked": true
}Was this page helpful?