Get messages from an email inbox
GET/api/v1/emailInbox/:id/messages
Returns messages for a specific email inbox with optional pagination and filtering. Requires API key with email_messages:read scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Successfully retrieved messages
Invalid cursor, a search parameter over its length or value limit, or a search parameter combined with grouped=true
Unauthorized - missing or invalid token/API key
Forbidden - user does not own inbox, API key lacks required scope (email_messages:read), or API key not authorized for this organization
Email inbox not found