API Documentation — Zapnoty

API Documentation

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

Documentation sections

Zapnoty is a REST API for notifications via Telegram and Max. Users subscribe via a deep link; the developer sends messages, OTP codes and broadcasts through the API, and also receives form submissions and support tickets.

Quick start

Three steps to your first notification.

1

1. Create a project

Sign up with Yandex or VK, create a project in the dashboard.

2

2. Get an API key

Copy your API key (format: zn_aBcDeFgH...) from project settings.

3

3. Send your first request

Use curl or any HTTP client:

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

Interactive API reference

OpenAPI 3.1: all endpoints, schemas, examples. Spec — /openapi.yaml

Core API

Reference

Integrations