The Sendrealm API lets you send emails and push notifications, manage contacts, and organize your audience with custom properties and segments.Documentation Index
Fetch the complete documentation index at: https://docs.sendrealm.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All API endpoints are authenticated using API keys. Create an API key from the Sendrealm dashboard, then include it in theAuthorization header for each request.
Resources
Emails
Send transactional or product emails through the API.
Push notifications
Send notifications to devices or contact aliases.
Segments
Create, list, update, and delete audience segments.
Audience properties
Define custom fields for contact and audience data.
Contacts
Create, list, update, and delete contacts.
Segment memberships
Add contacts to segments or remove them.
Status codes
The Sendrealm API uses HTTP status codes to indicate the result of each request.| Status Code | Description |
|---|---|
| 200 | Successful request. |
| 201 | Resource created or notification sent. |
| 400 | Invalid request parameters. |
| 401 | API key was missing or invalid. |
| 404 | Resource was not found. |
| 409 | Resource conflict. |
| 422 | Request could not be processed. |