/bff/cms/organisation-create
Creates a new organisation linked to the current user. The user becomes an admin member of the new organisation. Requires authenticated user.
CMSpostBffCmsOrganisation-create
Parameters
3 body
Body · 3
organisationNamestringRequiredName of the new organisation. Must be unique.
Length: 1–∞
timezonestringRequiredTimezone identifier (e.g., "Europe/Prague", "America/New_York").
descriptionstringOptional description of the organisation.
Request
POST /bff/cms/organisation-create
curl -X POST "https://api.bizkithub.com/bff/cms/organisation-create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"organisationName": "Acme Corp",
"timezone": "Europe/Prague",
"description": "Our main production workspace."
}'Response
Organisation created successfully.
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.