Number of APIs: 4
1. Delete an existing label from mailbox
DELETE {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
2. Patch the specified label in mailbox
PATCH {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Patch the specified label. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
3. Get the specified label in mailbox
GET {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Retrieves the specified label. Scopes: Rate Limit Label: Not supported in Gov cluster mail:read
LIGHT
4. Update the specified label in mailbox
PUT {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Updates the specified label. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
ENDPOINTS