GET
api/leads/deposits
Header
Field | Type | Description |
---|---|---|
authtoken | String |
Basic Access Authentication token. |
Success 200
HTTP/1.1 200 OK
[
{
"id": "5090",
"hash": "3ba748b5d1884c177b36c2c2ffec51b8-5fb749ef7ce554bb8090eb83d105b882",
"name": "test testov",
"title": "",
"company": "",
"description": "",
"country": "0",
"zip": "",
"city": "",
"state": "",
"address": "",
"assigned": "0",
"dateadded": "2022-02-09 11:52:31",
"from_form_id": "0",
"status": "1",
"source": "10",
"lastcontact": "2022-02-09 11:52:31",
"dateassigned": null,
"last_status_change": null,
"addedfrom": "0",
"email": "test@testov.com",
"website": "",
"leadorder": "1",
"phonenumber": "",
"date_converted": "2022-02-09 12:16:57",
"lost": "0",
"junk": "0",
"last_lead_status": "0",
"is_imported_from_email_integration": "0",
"email_integration_uid": null,
"is_public": "0",
"default_language": "",
"client_id": "0",
"converted_by_lead_manager": "0",
"lead_value": null,
"lm_follow_up": "0"
}
]
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"
}