10-10-2024

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