- Upsert labels for an existing Email Inbox
Add a new Email Inbox
Update an existing Email Inbox
Delete an Email Inbox
Associate audit configurations with an existing Email Inbox
Associate an audit configuration with an existing Email Inbox
Delete an audit configuration from an Email Inbox
Upsert notes for the given Email Inbox
Cancel all audit runs associated with a given Email Message
Upsert labels for an exis...
PUT /v3/email-inboxes/{emailInboxId}/labels
Security
API_Key
PUT
curl -i -X PUT \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/labels' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '[
223
]'Response
[ { "id": 223, "name": "string" } ]