Senders this mailbox has blocked

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

Mail from a blocked address is filed to the Junk folder at delivery, before any rule, forward or vacation reply runs. Nothing is discarded.

Request

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