Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook
  1. Change log

2024-10-10 (breaking)

Workspace id requirement for all API requests

All API requests will require the inclusion of a Workspace id. This is a breaking change that will affect all users, as any API requests made without the Workspace id will no longer be valid. This is to allow you to control your scheduling across multiple workspaces using a single API key.

Only workspace owners can create or delete API keys. If you need to use the API across other people's workspaces, they will need to share their API keys with you.

To get the ids of all available workspaces, use the newly introduced /workspaces (Workspaces) endpoint.

Last updated 4 days ago