Convert Lead
Convert a qualified lead into a customer account
POST
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The unique identifier of the lead to convert.Example:
e0901f08-3aa1-43c5-af5c-0a9d2fc64e30Request Body
Whether to create an associated account record during conversion.
Whether to create an associated customer record during conversion.
Override the owner for the newly created account/customer records.
Response
The ID of the converted lead.
Object type. Always
lead.Whether the lead was successfully converted.
Updated lead status. Will be
converted.The ID of the newly created customer record (if
create_customer was true).The ID of the newly created account record (if
create_account was true).