List email inboxes
GET/api/v1/emailInbox
Returns a list of email inboxes for the organization. Requires API key with email_inboxes:read scope.
Responses
- 200
- 401
- 403
Successfully retrieved email inboxes
Unauthorized - missing or invalid token/API key
Forbidden - API key lacks required scope (email_inboxes:read)