When are these people busy

POST/api/v1/mailbox/calendar/free-busy
Requires amailbox token— it acts as one mailbox holder, not as the organization.

Busy periods for each address, within the caller's own organization.

Two limits worth knowing, both reported rather than hidden:

  • A colleague at another company always comes back known: false. Neither Google nor Microsoft exposes free/busy to strangers, so there is no answer to give -- and showing an unknown person as free would invent one.
  • The attendee list is capped. This is an organization directory oracle: unbounded, it is a way to enumerate who exists and when they work.

Request body

Request

POST/api/v1/mailbox/calendar/free-busy
curl -X POST 'https://app.mailyte.com/api/v1/mailbox/calendar/free-busy' \
  -H 'Authorization: Bearer MAILBOX_TOKEN'
The key names its own organization, so no X-Organization-ID header is needed.

Response

Successful Response

Returned inside the standard envelope.

Errors

StatusWhen
422Validation Error

Every status, with what causes it and what to do, is on the error reference.