API Reference
Hanzo Notify API
Native transactional SEND surface (hanzoai/notify folded into cloud).
Native transactional SEND surface (hanzoai/notify folded into cloud).
Hanzo Notify API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 4 |
Authentication
bearerAuth—oauth2— OAuth 2.0apiKey— API key in header (X-API-Key)
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Health
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/notify/health | Liveness probe |
Send
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/notify/send | Send a notification (generic channel) |
POST | /v1/notify/send/sms | Send an SMS notification |
POST | /v1/notify/send/email | Send an email notification |
How is this guide?