Get an email inbox
GET/api/v1/emailInbox/:id
Returns a single email inbox by id, scoped to the organization the API key is bound to. Requires API key with email_inboxes:read scope.
Request
Responses
- 200
- 401
- 403
- 404
The email inbox
Missing, malformed or revoked API key
API key lacks the email_inboxes:read scope
No such inbox in the organization the key is bound to. Deliberately indistinguishable from an inbox that does not exist.