cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads/{leadId}/applications
{ "data": [ { "businessName": "<string>", "businessPhoneNumber": "<string>", "id": "<string>", "personEmail": "<string>", "personName": "<string>", "personPhoneNumber": "<string>", "signedAt": "<string>" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Returns a paginated list of application records for the given lead UUID, including person and business names.
UUID of the lead
Page number
Items per page
paginated list of applications
Show child attributes