Returns all leads for the specified campaign, ordered by most recently created first.
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Campaign global ID. Required.
"VnVpc2VDYW1wYWlnbjoxMjM0"
Maximum number of leads to return. Default 50, maximum 200.
1 <= x <= 200Number of leads to skip from the start of the result set. Default 0.
x >= 0