Skip to main content
GET

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

user_id
string
default:self
required

User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.

fax_id
string
required

ID of the fax which you want to download

Query Parameters

format
enum<string>

File format for the response. Deprecated - use Accept header instead. Optional.

Available options:
tiff,
pdf

Response

Fax file content in corresponding mimetype e.g. application/pdf

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