Skip to main content
GET
/
v2
/
me
/
booking-limits
Get my booking limits
curl --request GET \
  --url https://api.cal.com/v2/me/booking-limits \
  --header 'Authorization: <authorization>'
{
  "status": "success",
  "data": {
    "perDay": 4,
    "perWeek": 20,
    "perMonth": 60,
    "perYear": 500
  }
}

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required