DocsAPI ReferenceBranch/bff/branch/attachable-calendars
getBranchAdmin BFF

/bff/branch/attachable-calendars

Returns calendars currently free (not attached to any branch) plus calendars already attached to this branch. Calendars attached to a different branch are excluded.

BranchgetBffBranchAttachable-calendars

Parameters

1 query

1 total
Query · 1
slugstringRequired

Branch slug.

Request

GET /bff/branch/attachable-calendars

get
curl -X GET "https://api.bizkithub.com/bff/branch/attachable-calendars?slug=example_slug" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "name": "example_name",
      "code": "example_code",
      "colorHex": "example_colorHex",
      "attachedToBranchId": "example_attachedToBranchId",
      "attachedToBranchName": "example_attachedToBranchName"
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key