Invitations awaiting an answer

GET/api/v1/mailbox/calendar/invitations
Requires amailbox token— it acts as one mailbox holder, not as the organization.

What is in this mailbox's scheduling inbox.

The same collection Apple Calendar and DAVx5 read, so answering here and answering on a phone cannot disagree about what is still outstanding.

Request

GET/api/v1/mailbox/calendar/invitations
curl -X GET 'https://app.mailyte.com/api/v1/mailbox/calendar/invitations' \
  -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

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