Dropbox Sign/faxGet

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/fax/{fax_id}

Get Fax

Returns information about a Fax

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
faxGet
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

fax_id

pathstringrequired

Fax ID

fa5c8a0b0f492d768749333ad6fcc214c111e967

Responses

200

FaxGetResponseapplication/json

successful operation

Properties: faxwarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "fax": {
    "fax_id": "example-fax-id",
    "title": "Example document",
    "original_title": "Example document",
    "subject": "Example document",
    "message": "Example message",
    "metadata": {},
    "created_at": 0
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}