Version: 1.0.0
Notification Admin API
Administrative operations for managing Novu notification resources per tenant. Platform-internal service (Platform Admin only), not exposed to end users.
Covers organization onboarding, provider configuration, workflow management, environment promotion (dev to prod), subscriber administration, and environment/API-key management.
All endpoints use Restate's HTTP invocation pattern: POST /<package.ServiceName>/<Method> with a JSON request body.
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 |