Creates a new lead
Required permissions:
lead:managemember:email:readaccess_pass:basic:readmember:basic:readThe app API key from an app from the /dashboard/developer page
Parameters for CreateLeadV2
The ID of the company to create a lead for.
"biz_xxxxxxxxxxxxxx"
Custom metadata for the lead.
The ID of the product the lead is interested in.
"prod_xxxxxxxxxxxxx"
The url referrer of the lead, if any.
The ID of the user to create a lead for. If the request is made by a user, that user will be used.
"user_xxxxxxxxxxxxx"
A successful response
An object representing a lead (someone who is interested in a whop).
The ID of the lead.
"lead_xxxxxxxxxxxxx"
The timestamp of when the lead was created.
"2023-12-01T05:00:00.401Z"
The timestamp of when the lead was last updated.
"2023-12-01T05:00:00.401Z"
The referrer URL that brought this lead.
Custom metadata for the lead.
The user who is the lead.
The access pass the lead is interested in, if available.
The converted member, if any.