Leads Status [code]

GET

api/leads/statuses

Header

Field Type Description
authtoken String

Basic Access Authentication token.


Success 200

HTTP/1.1 200 OK
[
    {
        "id": "1",
        "name": "FTD Success"
    },
    {
        "id": "2",
        "name": "Busy"
    },
    {
        "id": "3",
        "name": "Failed to connect"
    }
]

Error 4xx

Name Type Description
status Boolean

Request status.

message String

No data were found.

HTTP/1.1 404 Not Found
{
  "status": false,
  "message": "No data were found"
}

Did you find this article useful?