cURL
curl --request GET \ --url https://api.example.com/api/v1/lead/
Fetches details for given Lead based on UID value.
Required Query Parameters: lead_uid: UID of the Lead to fetch details for.
No response body