Authorizations
OAuth2 Authorization Grant
Path Parameters
User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.
Query Parameters
Category parameter. Valid string values: inbox (received faxes), sent (outgoing faxes), or spam (spam faxes). Optional, defaults to 'inbox'.
inbox, sent, spam Start date to get records from that date. Format: YYYY-MM-DD HH:mm:ss (e.g., '2018-01-01 00:00:00'). Optional, if omitted returns all records from the beginning.
End date to get records before that date. Format: YYYY-MM-DD HH:mm:ss (e.g., '2020-01-01 00:00:00'). Optional, if omitted returns all records up to the current time.
Maximum number of fax records to return per request. Must be between 1 and 50. Optional, defaults to 50. Use with 'offset' for pagination.
1 <= x <= 50Offset for pagination. Specifies the number of records to skip before starting to return records. Optional, defaults to 0.
x >= 0Field to sort the results by. Valid values: date, from, to, comment, pages. Optional.
date, from, to, comment, pages Order of the sorting. Valid values: asc for ascending, desc for descending. Optional, defaults to 'asc'.
asc, desc Return in-progress incoming faxes. Optional, defaults to false. This functionality can be enabled on request.
Response
Response containing a list of faxes
List of fax data