When HTTP status is 202, a URL will be returned in the Location header of the form /leads/{aname}?next={token}. This URL can be used to request the next set of leads.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account name.
Continue the previous query from the pageUrl in Location Header.
int64application/json
application/json
application/json
curl -X GET "https://example.com/m2m/v1/leads/0252012345-00001"{ "leads": [ { "leadId": "L-10001", "leadState": "Qualified", "address": { "addressLine1": "1600 Pennsylvania Avenue", "addressLine2": "", "city": "Washington", "state": "DC", "zip": "20500", "country": "USA" } } ], "hasMoreData": false}{ "leads": [ { "leadId": "L-10001", "leadState": "Qualified", "address": { "addressLine1": "1600 Pennsylvania Avenue", "addressLine2": "", "city": "Washington", "state": "DC", "zip": "20500", "country": "USA" } } ], "hasMoreData": false}{ "errorCode": "error code string", "errorMessage": "error message string"}