Skip to main content
2024-06-01
API

Push notifications

channel: "push" is now generally available on Send a message. Push messages accept a device token in to and render text as the notification body.
2024-04-15
APIWebhooks

domain.verified webhook event

Added the domain.verified event, fired when a sending domain’s DNS records pass verification. Subscribe to it instead of polling Retrieve a domain.
2024-03-02
API

Idempotency keys

POST requests that create a resource now accept an Idempotency-Key header. See Idempotency.
2024-01-20
Breaking change

List endpoints moved to cursor pagination

All list endpoints now use starting_after cursors instead of page numbers. Offset-based pagination (?page=2) is no longer supported. See Pagination.
2023-11-08
API

Scoped API keys

Create an API key now accepts a scopes array to limit what a key can do, instead of every key having full account access.