API Documentation

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

Authentication

All API requests require a Bearer token in the Authorization header.

Base URL: https://api.zapnoty.com
Content-Type: application/json required for all POST/PUT/PATCH requests

Header format:

Authorization: Bearer zn_aBcDeFgHiJkLmNoPqRsTuVwXyZ123456

API key format: zn_ + 32 characters. Keys are created in the project dashboard.

Never pass the key in URL or query parameters. Use only the Authorization header.

Related sections