REST APIs
Our REST APIs provide programmatic access to your account and data. You can use them to manage notifications, users, and more. The management APIs are for admin-level server-to-server interactions, while the end-user APIs are for client-side use.
We have two sets of end-points, each with its own authentication method:
- Management APIs (Server-side): These are used for sending notifications and managing your account information, such as notification types, templates, and domains.
- End-user APIs (Client-side): These are end-points for identifying users, reading a userβs own data, and reading and updating their notifications.
When reading our API docs, pay attention to the authentication method for each end-point.
For a complete reference and to try out the APIs, please use our Postman collection.