Base URL
https://api.pulsewave.dev/v1Sandbox URL
https://api.sandbox.pulsewave.dev/v1Resources
| Resource | Description |
|---|---|
| Messages | Send and inspect individual email, SMS, and push messages |
| Templates | Reusable, versioned content rendered into messages |
| Contacts | People you send messages to |
| Lists | Named groups of contacts |
| Domains | Sending domains and their DNS verification status |
| API Keys | Credentials used to authenticate requests |
| Webhook Endpoints | URLs that receive event notifications |
| Events | Read-only log of everything that happened to a message |
Specification
This reference is generated from our OpenAPI document.OpenAPI specification
View the raw
openapi.jsonAuthentication
Every request must include an API key in theAuthorization header:
Idempotency
POST requests that create a resource accept an Idempotency-Key header so they can be safely retried. See Idempotency.