Sign in
Sign up
API Documentation
Overview
User
Campaigns
Campaign notifications
Notification handlers
Analytics
Account payments
Account logs
API Documentation
This is the documentation for the available API endpoints, which are built around the
REST architecture
. All the API endpoints will return a
JSON response
with the standard
HTTP response codes
and need a
Bearer Authentication via an API Key
.
API Key
Base URL
Authentication
All the API endpoints require an API key sent by the
Bearer Authentication method.
Example
curl --request GET \
--url 'https://bzengage.co/api/
{endpoint}
' \
--header 'Authorization: Bearer
{api_key}
' \
All API endpoint results work with the
UTC timezone
unless specified otherwise.