Create a broadcast
Creates a new broadcast. When a broadcast is created, it generates individual notifications for relevant users.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe main title of the notification. Displayed prominently to the user.
The main message or body of the notification.
The action url. Deep link URL for action buttons.
A general grouping or category label for notifications, useful for organizing and filtering.
A more specific sub-label or theme related to the notification, such as a campaign name or feature tag.
The date and time at which the notification should be sent. If null, it will be sent immediately.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated