DocsAPI ReferencePost Category/bff/post-category/toggle-active
postPost CategoryAdmin BFF

/bff/post-category/toggle-active

Toggles the active/inactive status of a post category.

Post CategorypostBffPost-categoryToggle-active

Parameters

1 body

1 total
Body · 1
idstringRequired

Category external ID.

Request

POST /bff/post-category/toggle-active

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

Get API Key