Get status SMS campaign on list
documentedGet the status of an SMS campaign sent to a list/tag.
GET /v1/public/sms-campaign-on-list/statusSMS Campaignsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.octopush.com/v1/public/sms-campaign-on-list/status?ticket_number={{$ticket_number}}" -X GET -H "api-login: {{OCTOPUSH_API_LOGIN}}" -H "api-key: {{OCTOPUSH_API_KEY}}" -H "Accept: application/json" -H "Cache-Control: no-cache"