Skip to main content
GET
/
services
/
{service_id}
/
faxes
/
{fax_id}
Get fax
curl --request GET \
  --url https://api.verial.ai/services/{service_id}/faxes/{fax_id} \
  --header 'Authorization: Bearer <token>'
{}
Returns metadata and rendered content for a previously submitted fax.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

fax_id
string
required

Fax ID

Response

Successful response

The response is of type object.