API reference
Public integrator endpoints with interactive OpenAPI and Try it.
API reference
Explore and test the integrator API directly from this portal. The specification is loaded from the live OpenAPI endpoint.
Base URL
https://api.notify.elegovate.com/api/v1/OpenAPI
- JSON:
https://api.notify.elegovate.com/api/v1/schema/integrators/ - ReDoc (legacy): api.notify.elegovate.com/api/v1/redoc/integrators/
Main endpoints
These are the endpoints meant for external integrators (project API key auth). The rest of the API — templates, projects, outbound messages — is managed from the dashboard and uses JWT auth, not an API key.
| Method | Path | Description |
|---|---|---|
POST | /api/v1/send/ | Queues a message using a project template. See quickstart. |
GET | /api/v1/integrators/webhooks/ | Reference of webhook events and payloads. See the webhooks guide. |
Every request requires the Authorization: Api-Key ... and X-Organization-ID headers — full detail in authentication.
Interactive explorer
Try the endpoints directly from this portal with real data from your project (widget loaded client-side).