Skip to main content
Changes to the REST API are listed here, newest first. Anything that can break an existing integration is marked Breaking and says what to do about it.
This page is the only place API changes are announced. Bookmark it, or watch it through your usual docs reader, before relying on behaviour that is not documented in the reference.

1 September 2026 — Workspaces are now brands

Breaking. The old names were removed rather than deprecated, so requests using them fail rather than falling back.
What Ocoya calls a workspace in the product has always been called a brand in the interface. The API now uses the same word. Endpoints Parameters The workspaceId query parameter is now brandId, on every endpoint that took it — /social-profiles, /post, /post/ai, /campaigns, /hashtag-libraries, /studio-templates and /analytics/export. What you need to change Rename the parameter. The values are unchanged: a brand ID is the same identifier you were already passing as a workspace ID, so nothing needs to be re-fetched or re-mapped.
Before
Now
If you were reading brand kits through GET /brand-kits, that endpoint is gone. Saved hashtag context is still available from GET /hashtag-libraries, listed under API Reference.