get
https://api.octopush.com/v1/public/sms-campaign/draft
Encoding : UTF-8
Authentication
Your "api-key" and "api-login" identifiers must be added in the headers.
Definition
This web service allows you to retrieve your draft SMS campaign if you have one.
Server Response Example in JSON
Success
{
"ticket_number": "string",
"number_of_contacts": 0,
"number_of_sms_needed": 0,
"residual_credit": 0,
"total_cost": 0,
"status": "string",
"message": "string",
"code": 0
}