Lead API - Get Statuses
Get statuses via the Lead API
This guide covers using the Lead API to get lead status data, other guides available that cover the Lead API are:
Endpoint name: Get Statuses Endpoint URL: https://api.lead.pro/api/v103/statuses Type: GET
The get statuses endpoint provides you with a list of leadstatus names and IDs from your Lead management account. These IDs can be used when updating leads to change the status of t.
An example response from the Get Statuses endpoint is
[
{
"id": 20,
"name": "New",
"stageId": 50,
"isPredefined": true
},
{
"id": 44,
"name": "Another one",
"stageId": 50,
"isPredefined": false
},
{
"id": 21,
"name": "Contacted",
"stageId": 100,
"isPredefined": true
}
]