Pagination
List endpoints support limit and offset query parameters.
- limit: maximum rows to return (default 50, bounded per endpoint).
- offset: zero-based row offset for paging.
curl "http://localhost:8080/v1/emails?limit=50&offset=0" \ -H "Authorization: Bearer <API_KEY>"