List all WhatsApp campaigns with optional filters for status, search, date range, reply rate, and bounce rate. Returns paginated results sorted by the specified field.
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Query Params
Responses
🟢200OK
Default Response
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.rocketlead.com/api/v1/campaigns/?status&search&dateRange&minReplyRate&maxBounceRate&sort&sortDir&limit&offset' \
--header'x-api-key: <api-key>'