Get Lead Substatus
Retrieves all the sub-statuses added (for each status) to the organization.
get/leads/substatuses
Response
200
Example response
{
"data": [
{
"status": "LOST",
"subStatus": "InvalidPhoneNumber"
}
]
}Retrieves all the sub-statuses added (for each status) to the organization.
200
{
"data": [
{
"status": "LOST",
"subStatus": "InvalidPhoneNumber"
}
]
}