Dropbox Sign/faxLineAreaCodeGet

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/fax_line/area_codes

Get Available Fax Line Area Codes

Returns a list of available area codes for a given state/province and city

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

Request parameters

country

querystringrequired

Filter area codes by country

US

state

querystring

Filter area codes by state

AK

province

querystring

Filter area codes by province

AB

city

querystring

Filter area codes by city

Responses

200

FaxLineAreaCodeGetResponseapplication/json

successful operation

Properties: area_codes

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "area_codes": [
    0
  ]
}