List my bookings
GET/v1/my-schedule
Your bookings, scoped to you within your organization. OAuth-only: requires a connected user token carrying the schedule:read scope (an API key has no user identity and receives 403).
Request
Responses
- 200
- 401
- 403
- 429
Your bookings.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
Rate limit or monthly quota exceeded.