Get the specified label in mailbox

GET {{baseUrl}}/emails/mailboxes/:email/labels/:labelId

Retrieves the specified label.

Scopes: mail:read

Rate Limit Label : LIGHT

Not supported in Gov cluster

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","parentId":"\u003cstring\u003e","labelLevel":"\u003cinteger\u003e","messageListVisibility":"show","labelListVisibility":"labelShow","messagesTotal":"\u003cinteger\u003e","messagesUnread":"\u003cinteger\u003e","threadsTotal":"\u003cinteger\u003e","threadsUnread":"\u003cinteger\u003e","color":{"textColor":"\u003cstring\u003e","backgroundColor":"\u003cstring\u003e"},"type":"user"}