Create Account
Recent search
Get Bulk SMS Campaign Details - API Console
Advanced Search
211 results found
Delete Templates
API
Edit WhatsApp Templates
Upload Template Sample
Create WhatsApp Templates
Get WhatsApp Templates
https://<your_api_key>:<your_api_token><subdomain>/v2/accounts/<your_sid>/sms-campaigns Copy
To get the details of bulk campaign details in your account, make an HTTP GET request.
This API allows you to fetch bulk campaign details with sorting and searching capabilities.
offset (optional)- By specifying offset, you retrieve a subset of records starting with the offset value. Offset is zero-based i.e. the 10th record is at offset 9
limit(optional)- number of records on single page default:20 maximum=50
name (optional)-Search by campaign name. Min 3 letters. (like %xxx%)
sort_by (optional)- This indicates in what order the campaign records are sorted in the API response. By default records are sorted by ScheduledTime in ascending order. However, you can override the same in following way for ascending order: Eg: schedule.start_time:asc, schedule.start_time:desc, name:asc (alphabetical order A-z, Z-A)
status (Optional)- Filter on status. Possible values- “scheduled”, “in-progress”,”completed”,”archived”,”paused”