Retrieves a list of all lead types.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Responses
application/json {
"data": [
{
"name": "All",
"identifier": "0"
},
{
"name": "Sales",
"identifier": "2"
},
{
"name": "Support",
"identifier": "3"
},
{
"name": "Others",
"identifier": "4"
},
{
"name": "testing",
"identifier": "9"
},
{
"name": "Fixed_Tax",
"identifier": "14"
}
],
"message": "success"
}
Modified at 2024-09-05 09:37:14