cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads/{leadId}/businesses
{ "data": [ { "address": "<string>", "address2": "<string>", "city": "<string>", "createdAt": "<string>", "ein": "<string>", "email": "<string>", "id": "<string>", "name": "<string>", "phoneNumber": "<string>", "state": "<string>", "updatedAt": "<string>", "zipCode": "<string>" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Retrieves a paginated list of businesses associated with the given lead UUID.
UUID of the lead
Page number
Items per page
paginated list of lead businesses
Show child attributes