GET
/
accounts
/
{user_id}
/
thumbnail
/
{fax_id}
curl --request GET \
  --url https://restapi.fax.plus/v3/accounts/{user_id}/thumbnail/{fax_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

user_id
string
default:self
required

self or user id of a corporate member

fax_id
string
required

ID of the fax which you want to download

Response

200
application/pdf
Fax thumbnail in JPEG

Binary data. Will save to file and return file path if _preload_content is True, otherwise will return binary stream