Faxes
Get fax
Get fax information using the ID number of the fax.
get/faxes/{id}
Path parameters
idstring required
The id of a fax
Example:01F3J0G1M4WQR6HGY6HCF6JA0K
The ID of the fax.
Response
The fax
Example response
{
"id": "01F3J0G1M4WQR6HGY6HCF6JA0K",
"direction": "OUTBOUND",
"from": "+15551235656",
"to": "+15551235656",
"contentUrl": [
"www.google.com",
"www.sinch.com"
],
"price": {
"currencyCode": "USD",
"amount": "0.0040"
},
"pagesSentSuccessfully": 3,
"labels": {
"use-case": "fraudPrevention",
"costCenter": "sales"
},
"callbackUrl": "https://www.my-website.com/callback",
"coverPageData": {
"toName": "Acme Corp"
},
"projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3",
"serviceId": "01GVRB50KEQFFE1SGMPFRNBG6J"
}