Returns the authenticated user’s global booking limits. Unset bounds are returned as null. Only available to organization members — non-org accounts receive a 403. If accessed using an OAuth access token, the PROFILE_READ scope is required.
GET
/
v2
/
me
/
booking-limits
Get my booking limits
curl --request GET \ --url https://api.cal.com/v2/me/booking-limits \ --header 'Authorization: <authorization>'