curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/ooo \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/ooo \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
Maximum number of items to return
1 <= x <= 250Number of items to skip
x >= 0Sort results by their start time in ascending or descending order.
asc, desc Sort results by their end time in ascending or descending order.
asc, desc Filter ooo entries by the user email address. user must be within your organization.
Was this page helpful?