GET /inbound
Returns a paginated list of inbound emails for the authenticated user.Authentication
Bearer token (JWT or API key)Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain_id | string | No | Filter by domain |
page | number | No | Page number (default: 1) |
limit | number | No | Results per page (default: 20, max: 100) |