API Documentation

REST API for notifications via Telegram and Max. Subscribers, OTP, broadcasts, forms, helpdesk.

Playground

Build an API request and copy the ready curl command.

Request body
{
  "subscriber_id": "550e8400-e29b-41d4-a716-446655440000",
  "text": "Hello from Zapnoty!"
}
curl command
curl -X POST https://api.zapnoty.com/v1/send \
  -H "Authorization: Bearer zn_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "subscriber_id": "550e8400-e29b-41d4-a716-446655440000",
  "text": "Hello from Zapnoty!"
}'

Related sections