Skip to content

API overview

The public API is served at api.<DOMAIN> and versioned under /v1.

bash
curl http://api.localhost/v1/contacts \
  -H "X-API-Key: $NOTIFYZR_API_KEY"

Base URLs

EnvironmentBase URL
Developmenthttp://api.localhost
Self-hostedhttps://api.<your-domain>

A minimal request

Every authenticated call needs exactly one header:

X-API-Key: <your key>

See Authentication for how keys are scoped and expire.

Health

GET /health is unauthenticated and returns the service's status. It is what the status page at status.<DOMAIN> probes.

Released under the Apache 2.0 License.