Leads
This page details all the endpoints associated with leads.
Create a New Lead
Request Body
Name
Type
Description
{
status : 200,
data : {
leadID : xxx,
confirmed : true/false
}
}Update a Lead
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Get All Leads
Query Parameters
Name
Type
Description
Get Single Lead
Query Parameters
Name
Type
Description
Delete a Lead
Query Parameters
Name
Type
Description
Last updated