Headers
For non-platform customers - value must be Bearer <token>
where <token>
is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Path Parameters
Query Parameters
Maximum number of items to return
Required range:
1 <= x <= 250
Example:
25
Number of items to skip
Required range:
x >= 0
Example:
0
Sort results by their start time in ascending or descending order.
Available options:
asc
, desc
Example:
"?sortStart=asc OR ?sortStart=desc"
Sort results by their end time in ascending or descending order.
Available options:
asc
, desc
Example:
"?sortEnd=asc OR ?sortEnd=desc"