Skip to main content

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

https://api.sendrealm.com

Authentication

All API endpoints are authenticated using API Keys. You’ll need to create an API Key on Sendrealm dashboard
"headers": [
  {
    "authorization": "Bearer {apiKey}"
  }
]

Status codes

Sendrealm API uses HTTP codes to indicate the status of your requests.
Status CodeDescription
200Successful request.
400Invalid request parameters.
401API key used was missing.
403API key used was invalid.
429Rate limit was exceeded.
5xxIndicates an error with our servers.