Skip to main content
{
	"created_at": "2023-12-01T05:00:00.401Z",
	"id": "lead_xxxxxxxxxxxxx",
	"member": {
		"id": "<string>"
	},
	"metadata": {},
	"product": {
		"id": "prod_xxxxxxxxxxxxx",
		"title": "Pickaxe Analytics"
	},
	"referrer": "https://twitter.com/whabormarket",
	"updated_at": "2023-12-01T05:00:00.401Z",
	"user": {
		"email": "john.doe@example.com",
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	}
}
created_at
string<date-time>
required
The datetime the lead was created.Example: 2023-12-01T05:00:00.401Z
id
string
required
The unique identifier for the lead.Example: lead_xxxxxxxxxxxxx
member
object | null
required
The company member record if this lead has converted into a paying customer. Null if the lead has not converted.
metadata
object | null
required
Custom key-value pairs attached to this lead. Null if no metadata was provided.
product
object | null
required
The product the lead expressed interest in. Null if the lead is not associated with a specific product.
referrer
string | null
required
The URL of the page that referred this lead to the company. Null if no referrer was captured.Example: https://twitter.com/whabormarket
updated_at
string<date-time>
required
The datetime the lead was last updated.Example: 2023-12-01T05:00:00.401Z
user
object
required
The user account associated with this lead.