v3

latestOpenAPI 3.0.32026-07-31112307733.3 KB
calendar-v1

Get Calendar Auth Token

Generate an authentication token for calendar APIs, scoped to the user. Each token has an expiry of 1 day from time of creation.

The base rate limit for this endpoint is:

  • 300 requests per min per workspace
post/api/v1/calendar/authenticate/

Request body

user_idstring required

The unique id of the user in your system.

Response

tokenstring required

The authentication token for the user.