Skip to content

Mailbox API

Create an event webhook subscription — NOT YET AVAILABLE

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

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

Planned: push delivery of the same events as GET /events, so you can react without polling.

No request or response shape is committed yet. 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"
}
}