API Documentation
Introduction
General introduction for Sendrealm API
Base URL
Authentication
All API endpoints are authenticated using API Keys. You’ll need to create an API Key on Sendrealm dashboard
Status codes
Sendrealm API uses HTTP codes to indicate the status of your requests.
Status Code | Description |
---|---|
200 | Successful request. |
400 | Invalid request parameters. |
401 | API key used was missing. |
403 | API key used was invalid. |
429 | Rate limit was exceeded. |
5xx | Indicates an error with our servers. |