Logo
Zoom Public API Documentation

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

 

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" }



Curl
curl -X GET 'https://api.zoom.us/v2/emails/mailboxes/:email/labels/:labelId' -H 'Accept: application/json'

ENDPOINTS