← Back to API Reference

Pagination

List endpoints support limit and offset query parameters.

curl "http://localhost:8080/v1/emails?limit=50&offset=0" \
  -H "Authorization: Bearer <API_KEY>"