List Leads in Campaign
Leads (v2)
List Leads in Voice Campaign
Returns all leads for the specified campaign, ordered by most recently created first.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
GET
List Leads in Campaign
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign global ID. Required.
Example:
"VnVpc2VDYW1wYWlnbjoxMjM0"
Query Parameters
Maximum number of leads to return. Default 50, maximum 200.
Required range:
1 <= x <= 200Number of leads to skip from the start of the result set. Default 0.
Required range:
x >= 0
