Get broadcasts

This GET method will return up to the first 100 broadcasts within the mobile database associated with your company_key.

You can narrow down the search by adding a status to the end of your method. If no status is specified, it will default to scheduled status.

The following are valid status values (always lowercase):

  • scheduled
  • sent
  • canceled
  • in_progress
  • failed
  • paused
  • deleted

Response

A maximum of 100 broadcasts will be returned, sorted chronologically in ascending order.

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!