Skip to main content

Download OpenAPI specs

Download the source OpenAPI files for local tooling, contract review, or code generation.

OAuth and campaign API

Download the OAuth token, campaign, sender list, health, and processing webhook spec.

Legacy URL-encoded API

Download the v1 URL-encoded send message API spec.

Delivery and inbound webhooks

Download the delivery receipt and inbound message webhook spec.

Base URL

All API requests are made to:
Base URL

Authentication

Authenticate by first obtaining an access token from:
Token endpoint
Then include the access token in the Authorization header on every API request:
Authorization header

Request format

The OAuth token endpoint uses application/x-www-form-urlencoded. Campaign endpoints use JSON with Content-Type: application/json.

Response codes

Last modified on May 6, 2026