cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads
{ "data": [ { "businessName": "<string>", "createdAt": "<string>", "email": "<string>", "fullName": "<string>", "id": "<string>", "lenderName": "<string>", "phoneNumber": "<string>", "status": "new", "campaign": { "campaignId": "<string>", "campaignName": "<string>" } } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Returns a paginated list of leads, including each lead’s primary business and loan info.
How filters are joined: 'and' or 'or'. Default is 'and'.
Page number
Items per page
OK
Show child attributes