Dropbox SignDropbox Sign eSignature API
GET/fax_line/list
List Fax Lines
Returns the properties and settings of multiple Fax Lines.
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
faxLineList- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
account_id
querystring
Account ID
ab55cd14a97219e36b5ff5fe23f2f9329b0c1e97
page
queryinteger
Which page number of the Fax Line 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
show_team_lines
queryboolean
Include Fax Lines belonging to team members in the list
false
Responses
200
FaxLineListResponseapplication/json
successful operation
Properties: list_infofax_lineswarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"list_info": {
"num_pages": 0,
"num_results": 0,
"page": 0,
"page_size": 0
},
"fax_lines": [
{
"created_at": 0,
"updated_at": 0,
"accounts": [
{
"account_id": "example-account-id",
"email_address": "developer@example.com",
"is_locked": false,
"is_paid_hs": false,
"is_paid_hf": false,
"quotas": {
"api_signature_requests_left": 0,
"documents_left": 0,
"templates_total": 0,
"templates_left": 0,
"sms_verifications_left": 0,
"num_fax_pages_left": 0
},
"callback_url": "https://example.com/resource"
}
]
}
],
"warnings": {
"warning_name": "Example Name"
}
}