Skip to main content
POST
List received faxes
Provide all three required fields: number_id, order_id, and marked_as. The response contains the matching received faxes. The current API returns duration and pages as strings, received_time as a Unix timestamp, and sender and receiver as phone-number strings without the leading +.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
order_id
string
required
marked_as
string
required
number_id
string
required

Response

Received faxes retrieved successfully.

status
integer
required
message
string
required
data
object[]
required