Create a private link for an event type
Event Types Private Links
Create a private link for an event type
If accessed using an OAuth access token, the EVENT_TYPE_WRITE scope is required.
POST
Create a private link for an event type
Headers
Must be set to 2024-09-04. Returns the full booking URL including org slug and event slug.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Path Parameters
Body
application/json
Expiration date for time-based links
Example:
"2024-12-31T23:59:59.000Z"
Maximum number of times the link can be used. Pass -1 to opt out of the count cap (the link is then gated only by expiresAt, or unbounded if that is also unset). If omitted and expiresAt is not provided, defaults to 1 (one time use).
Example:
10