Skip to main content
POST
Converting a lead creates an associated customer and/or account record and marks the lead as converted. This action cannot be undone โ€” use the unconvert endpoint to reverse it.

Path Parameters

string
required
The unique identifier of the lead to convert.Example: e0901f08-3aa1-43c5-af5c-0a9d2fc64e30

Request Body

boolean
default:"true"
Whether to create an associated account record during conversion.
boolean
default:"true"
Whether to create an associated customer record during conversion.
string
Override the owner for the newly created account/customer records.

Response

string
The ID of the converted lead.
string
Object type. Always lead.
boolean
Whether the lead was successfully converted.
string
Updated lead status. Will be converted.
string
The ID of the newly created customer record (if create_customer was true).
string
The ID of the newly created account record (if create_account was true).