Elegovate Docs
API v1

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

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.

MethodPathDescription
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).

On this page