Hanzo
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 URLhttps://api.hanzo.ai
Version1.0.0
Operations4

Authentication

  • bearerAuth
  • oauth2 — OAuth 2.0
  • apiKey — 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.ai

Endpoints

Health

MethodEndpointDescription
GET/v1/notify/healthLiveness probe

Send

MethodEndpointDescription
POST/v1/notify/sendSend a notification (generic channel)
POST/v1/notify/send/smsSend an SMS notification
POST/v1/notify/send/emailSend an email notification

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page