Dropbox Sign/faxList

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/fax/list

Lists Faxes

Returns properties of multiple Faxes

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
faxList
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

page

queryinteger

Which page number of the Fax List to return. Defaults to `1`.

1

page_size

queryinteger

Number of objects to be returned per page. Must be between `1` and `100`. Default is `20`.

20

Responses

200

FaxListResponseapplication/json

successful operation

Properties: faxeslist_info

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "faxes": [
    {
      "fax_id": "example-fax-id",
      "title": "Example document",
      "original_title": "Example document",
      "subject": "Example document",
      "message": "Example message",
      "metadata": {},
      "created_at": 0
    }
  ],
  "list_info": {
    "num_pages": 0,
    "num_results": 0,
    "page": 0,
    "page_size": 0
  }
}