Version: 1.0.0
Notification APIs
Unified notification API covering user-facing and management endpoints.
User-facing endpoints at POST /api/v1/notifications/<method> handle push device registration, in-app inbox, and notification preferences. User context is derived from authentication headers.
Management endpoints at POST /api/v1/notifications/manage/<method> handle sending notifications, managing topics, subscribers, workflows, providers, and environment promotion. Requires secret key (sk_*) or admin JWT authentication.
See the Notifications guide for push, in-app, email, SMS, and chat delivery — topics, digest, and workflow configuration.
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyAuth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |