Bursts API

This article provides sample API calls to manipulate Bursts.

PRE-REQUISITES:

Get all Bursts

Get all Bursts

This procedure allows getting a list of all Bursts available to be sent:

Item: burst

Method: GET

Header:

Accept:application/json
Token:pp7463NsgbECHh5XIwfMLS5of8qFD5j4G3QohTCMh72kHyXH3K

Get details of a specific Burst

Get details of a specific Burst

This procedure allows getting information on a specific burst by entering its ID:

Item: burst

Method: GET

Header:

Accept:application/json
Token:pp7463NsgbECHh5XIwfMLS5of8qFD5j4G3QohTCMh72kHyXH3K

Send a Burst

Send a Burst

Item: burst

Method: GET

Header:

Accept:application/json
Token:pp7463NsgbECHh5XIwfMLS5of8qFD5j4G3QohTCMh72kHyXH3K

Request example:

{
    "call": "send",
    "send_to": "all"
}
  • "send_to": specify whether the burst shall be sent to "all" or to "me"