Parameters
JSON body
Request body
application/jsonidstringRequiredCategory external ID.
Example
abc123def456ghijToggles the active/inactive status of a post category.
JSON body
idstringRequiredCategory external ID.
abc123def456ghij1 status code documented
successbooleanRequiredAlways true on success.
activebooleanRequiredNew active status after toggle.
true{
"success": false,
"active": true
}POST /bff/post-category/toggle-active
curl -X POST "https://api.bizkithub.com/bff/post-category/toggle-active" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "abc123def456ghij"
}'All BizKitHub public API endpoints require authentication via API key.