Overview
Server-to-server API for managing notifications, users, topics, subscriptions, and deliveries
Admin API
The Notiflows Admin API provides server-to-server endpoints for managing notifications, users, topics, subscriptions, deliveries, and user preferences.
Base URL
https://api.notiflows.com/api/admin/v1Authentication
All endpoints require Admin authentication using the following headers:
x-notiflows-api-key: Your project's API keyx-notiflows-secret-key: Your project's secret key
API Endpoints
Deliveries
Manage and retrieve delivery information for notifications.
Notifications
Create, retrieve, and manage notifications sent through Notiflows.
Notiflows
Execute and manage Notiflows workflows.
Topics
Manage topics and subscriptions for pub/sub notification patterns.
Users
Manage users, their subscriptions, preferences, and channel settings.
Getting Started
- Obtain your API keys from the Notiflows dashboard
- Include the authentication headers in all requests
- Use the endpoints below to manage your notifications and users