cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads/{leadId}
{ "createdAt": "<string>", "email": "<string>", "name": "<string>", "phoneNumber": "<string>", "updatedAt": "<string>", "address": "<string>", "address2": "<string>", "campaign": { "campaignId": "<string>", "campaignName": "<string>" }, "city": "<string>", "dateOfBirth": "<string>", "id": "<string>", "social": "<string>", "state": "<string>", "status": "new", "zipCode": "<string>" }
Returns the primary person and business details associated with the given lead UUID.
UUID of the lead
lead details returned successfully
Show child attributes
new
contacted
in-progress
qualified
declined
not-interested
need-more-info