DocsAPI ReferenceContact/bff/contact/block-contact
postContactAdmin BFF

/bff/contact/block-contact

Toggles the block/ban status of a contact. If currently blocked, unblocks; if unblocked, blocks.

ContactpostBffContactBlock-contact

Parameters

2 body

2 total
Body · 2
idstringRequired

Contact external ID.

reasonstring

Reason for blocking or unblocking.

Request

POST /bff/contact/block-contact

post
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.

Get API Key