Addresses this mailbox has written to

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

Harvested from the Sent folder, most-used first, for compose autocomplete. People WRITTEN TO only -- senders of received mail are deliberately excluded, or every cold email and newsletter in the inbox would become a suggestion. Colleagues nobody has written to yet come from the company directory instead.

Request

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