List leads assigned to a campaign with their status (pending, active, paused, completed, failed). Supports filtering by status and pagination.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Responses
This response does not have a body.
curl --location --request GET 'https://api.rocketlead.com/api/v1/campaigns//leads?status&page&limit' \
--header 'x-api-key: <api-key>'
Modified at 2026-03-10 15:25:45