Skip to main content
POST
Get a fax transmission receipt
Provide the required fax job_id and its direction. The response contains the receipt as a data:application/pdf;base64,... data URL.

Authorizations

Authorization
string
header
required

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

Body

application/json
job_id
string
required
direction
enum<string>
required
Available options:
inbound,
outbound

Response

Transmission receipt downloaded successfully.

status
integer
required
message
string
required
data
string
required

PDF represented as a Base64 data URL.