Skip to content

Mailbox API

List mailbox events — NOT YET AVAILABLE

Deprecated
GET
/events
curl --request GET \
--url https://api.customers.ac/api/mailbox/v1alpha1/events \
--header 'Authorization: Bearer <token>'

Not yet available. This endpoint is not routed. Calling it today returns 404.

Planned: a pollable feed of delivery and engagement events (sent, delivered, bounced, opened, replied) across the mailboxes you own, so you do not have to poll each mailbox’s messages to detect state changes.

When it ships it will carry a tighter rate limit than the Graph surface — 10 requests per minute per key rather than 60 — because it is a substantially heavier query.

No request or response shape is committed yet; treat everything about this operation as subject to change. Do not implement against it.

Not routed. This endpoint does not exist yet.

Media typeapplication/json
sending.ac error

The envelope used outside the provider-native surfaces.

object
error
required
object
code
required
string
message
required
string
Example
{
"error": {
"code": "service.unavailable"
}
}