/bff/contact/block-contact
Toggles the block/ban status of a contact. If currently blocked, unblocks; if unblocked, blocks.
ContactpostBffContactBlock-contact
Parameters
2 body
Body · 2
idstringRequiredContact external ID.
reasonstringReason for blocking or unblocking.
Request
POST /bff/contact/block-contact
curl -X POST "https://api.bizkithub.com/bff/contact/block-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"reason": "example_reason"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.