v1
latestOpenAPI 3.0.02026-07-263365201.7 KBLeads
Retrieve a lead
Retrieve lead details by its id
get/leads/{id}
Path parameters
idstring required
Example:lead_mi4f0oda6x9m7gcsvjk0ole1
Response
Retrieve the lead details
Example response
{
"id": "lead_a8n8ol7yd4h0wohx824f0bui",
"subscription": "sub_a8n8ol7yd4h0wohx824f0bui",
"link": "https://nomos.checkout.energy/?id=lead_a8n8ol7yd4h0wohx824f0bui",
"created_by": "john.doe@example.com",
"metadata": {
"utm_source": "google",
"utm_campaign": "campaign_name",
"user_id": "1234567890"
}
}