Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"lead_dmplyih7svfht05r6k5e0v9l"
Response
Retrieve the lead details
Available options:
lead Unique identifier for the lead
Example:
"lead_a8n8ol7yd4h0wohx824f0bui"
URL of the lead
Example:
"https://nomos.checkout.energy/?id=lead_a8n8ol7yd4h0wohx824f0bui"
Timestamp when the lead was created
Example:
"2024-03-14T12:00:00Z"
ID of the subscription, if the lead is converted to a subscription
Example:
"sub_a8n8ol7yd4h0wohx824f0bui"
Timestamp when the lead was converted to a subscription
Example:
"2024-03-14T12:00:00Z"
Email of the user who created the lead
Example:
"john.doe@example.com"
Timestamp when the lead was last visited
Example:
"2024-03-14T12:00:00Z"
Metadata of the lead, can be internal data
Example:
{
"utm_source": "google",
"utm_campaign": "campaign_name",
"user_id": "1234567890"
}