cURL
curl --request GET \ --url https://api.lemlist.com/api/inbox/labels/{labelId} \ --header 'Authorization: Basic <encoded-value>'
{ "_id": "lbl_3bgE97gvicZ888wz4", "name": "Interested", "color": "#F9A2A2", "createdAt": "2025-11-26T15:49:23.470Z", "createdBy": "[email protected]" }
Get info of a specific label.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Label ID
Success
A label used to categorize and organize inbox conversations.
Unique label identifier
Label name
Hex color code for the label
Date and time when the label was created
Email of the user who created the label
Was this page helpful?