List Faxes
GET
/api/faxes
Required Scope: faxes:read
Returns faxes (inbox and sent) for your organization, most recent first. Supports pagination with page and limit query params.
Example Request
curl https://api.eldonfax.com/api/faxes?limit=20 \
-H "Authorization: Bearer sk_live_xxx"