Back to API List
Notification System API
Communication
5 Endpoints
Send emails, SMS, and push notifications with template support and delivery tracking.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Notification System API. These API routes are live!
POST
/api/notifications/email
Send email notification with template support.
Try it out
GET
/api/notifications/email
Get email notification history.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
POST
/api/notifications/push
Send push notification to devices.
Try it out
GET
/api/notifications/push
Get push notification history and stats.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
GET
/api/notifications/templates
List available notification templates.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).