Address books this mailbox can see

GET/api/v1/mailbox/address-book/books
Requires amailbox token— it acts as one mailbox holder, not as the organization.

The personal collection, plus anything shared with the mailbox.

read_only is reported off the server's own privilege set rather than guessed from the name, so a UI can hide editing controls on a collection the server would refuse to write anyway -- the company directory being the case that matters.

Request

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