Skip to main content

API Reference

Base URL

https://api.notifo.cloud

Authentication

MethodHeaderUsed for
JWT BearerAuthorization: Bearer <token>Dashboard endpoints
API KeyX-Api-Key: <key>Send endpoints (/v1/notify/*)

Response format

All responses are JSON. Successful responses return the resource directly (no envelope), except for auth endpoints which use { success, data }.

HTTP status codes

CodeMeaning
200OK
201Created
202Accepted (message queued)
204No Content
400Bad Request — validation error
401Unauthorized — missing or invalid credentials
403Forbidden — insufficient permission
404Not Found
409Conflict — duplicate idempotency key
422Unprocessable Entity — semantic validation failure
429Too Many Requests — rate limit hit
500Internal Server Error

Endpoints

GroupBase path
Auth/auth
Notify (send)/v1/notify
Messages/v1/messages
Channels/v1/channels
Webhooks/v1/webhooks
Billing/billing
Health/health