Returns a list of leads in JSON format based on the provided filters and query parameters.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Use this endpoint to retrieve leads in JSON format and identify the fields in the response before you map them in your application.
Before you start
- Open the Lead Object reference so you can identify the fields returned in each lead record.
- Prepare the filters and query parameters you want to send with your request.
- Decide how you want to use the response in your app, CRM, or reporting workflow.
Retrieve leads
- Send the request with the filters and query parameters for the leads you want to return.
- Review the JSON response body.
- Match each returned field to the Lead Object reference before you store, transform, or display the data.
Example workflow
If you are building a lead sync, first run the request and inspect the JSON response. Then use the Lead Object reference to confirm what each field means before you map it to fields in your destination system.
This helps you avoid incorrect field mappings and makes it easier to validate the response when you change filters or query parameters.
What success looks like
After a successful request, you should have:
- A JSON response containing lead records
- A field-by-field reference in the Lead Object documentation
- A clear mapping plan for the data you want to store or display
Optional: Test the request in the API reference
If you want to try the request before implementing it in your application, follow the steps in Using the App API to Fetch Leads. That guide walks you through testing the request in the interactive API reference and previewing the response body.
