List inbound email attachments routed to the current user
GET/me/inbound-attachments
Returns the calling user's own inbound email attachments (per ADR-0027 / #2437). Scope is enforced server-side from the auth context; the endpoint ignores any recipient hint passed via query string. While per-user routing is not enabled the response is empty.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error