Get my day
GET/v1/my-day
Your full day for a date — tasks due and bookings scheduled. OAuth-only: requires a connected user token carrying the tasks:read scope (an API key has no user identity and receives 403).
Request
Responses
- 200
- 401
- 403
- 429
Your day.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
Rate limit or monthly quota exceeded.