GET {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Retrieves the specified label. Scopes: Rate Limit Label: Not supported in Gov cluster mail:read
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"name": "<string>",
"parentId": "<string>",
"labelLevel": "<integer>",
"messageListVisibility": "show",
"labelListVisibility": "labelShow",
"messagesTotal": "<integer>",
"messagesUnread": "<integer>",
"threadsTotal": "<integer>",
"threadsUnread": "<integer>",
"color": {
"textColor": "<string>",
"backgroundColor": "<string>"
},
"type": "user"
} |
ENDPOINTS