Authentication
All API requests require a Bearer token in the Authorization header.
Base URL: https://api.zapnoty.comContent-Type: application/json required for all POST/PUT/PATCH requestsHeader 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
Quick start
First message in 2 minutes: obtain a key, subscribe via deep link, send via curl.
POST /v1/send — delivery
Send personal notifications: text, HTML/Markdown, media, buttons, templates.
OTP — confirmation codes
Generate and verify 6-digit codes. Dedicated flow for users without a subscription.