Skip to content

Stream Planner — API endpoints

Base domain

  • https://planner.streamercatalyst.com

Endpoints

PathMethodAuthDescription
/api/boardsGET/POST/PUT/DELETESession cookiePlanning boards.
/api/boards/:id/itemsGET/POST/PUT/DELETESession cookieItems within a planning board.
/api/configGET/PUTSession cookiePer-channel planner configuration.
/internal/billing/downgradePOSTService binding (internal)Tier-downgrade handler (internal).

Auth model

  • Session cookie endpoints require an active StreamerCatalyst session (set at login via the platform Worker).
  • Service binding endpoints are reachable only via Cloudflare service bindings — not from the public internet.
  • Public endpoints require no authentication.