These endpoints allow for users to get information about their sms campaigns.
Get sms campaigns for account.
This endpoint will return a list of sms campaigns for the account ID.
Returns : | A response with a list of of campaigns for the given account ID. |
---|
Get specific sms campaign.
This endpoint will return a campaign for the account that matches the given campaign ID.
Returns : | A response with a campaign for a specified campaign ID. |
---|---|
Raises : | Http404 if the given campaign id for that account does not exist. |
Get a list of deliveries for an sms campaign.
This endpoint will return a list of deliveries for the given campaign ID.
Returns : | A response with a list of deliveries for a specified campaign ID. |
---|---|
Raises : | Http404 if the given campaign id for that account does not exist. |
Get a list of clicks for an sms campaign.
This endpoint will return a list of clicks for the given campaign ID.
Returns : | A response with a list of clicks for a specified campaign ID. |
---|---|
Raises : | Http404 if the given campaign id for that account does not exist. |
Get sms credit usage for account.
This endpoint will return the credit usage for the account ID. You must specify query parameters 'from_date' and 'to_date'. The returned credit usage is inclusive of the 'from_date' and exclusive of the 'to_date'. The dates are based in the UTC timezone.
Parameters: |
|
---|---|
Returns : | A response with an integer that is the credit usage for the given account ID. |