/bff/post-category/toggle-active
Toggles the active/inactive status of a post category.
Post CategorypostBffPost-categoryToggle-active
Parameters
1 body
Body · 1
idstringRequiredCategory external ID.
Request
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"
}'Response
JSON payload
{
"success": false,
"active": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.