Get all lead labels

GET {{baseUrl}}/leadLabels

Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":[{"id":"f08b42a0-4e75-11ea-9643-03698ef1cfd6","name":"Hot","color":"red","add_time":"2020-02-13T15:31:44.000Z","update_time":"2020-02-13T15:31:44.000Z"},{"id":"f08b42a1-4e75-11ea-9643-03698ef1cfd6","name":"Cold","color":"blue","add_time":"2020-02-13T15:31:44.000Z","update_time":"2020-02-13T15:31:44.000Z"},{"id":"f08b69b0-4e75-11ea-9643-03698ef1cfd6","name":"Warm","color":"yellow","add_time":"2020-02-13T15:31:44.000Z","update_time":"2020-02-13T15:31:44.000Z"}]}