List campaign targets (legacy)
Campaigns (legacy)
List campaign targets (legacy)
deprecated
List paginated targets for a specific legacy campaign. Deprecated: use GET /v2/campaigns//leads instead.
GET
List campaign targets (legacy)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the campaign
Pattern:
^[0-9a-z]+$Query Parameters
Pagination cursor from a previous response
Maximum number of targets to return per page
Required range:
1 <= x <= 100Example:
50
Filter targets by status
Available options:
pending, ongoing, replied, unresponsive, failed, canceled, planned Examples:
"planned"
"pending"
"ongoing"
"replied"
"unresponsive"
"failed"
"canceled"