cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/leads/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Gets a lead by ID, this route must use the new V3 endpoints.
convoId
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the lead
The agent ID that owns this lead (required query parameter)
Successful response