List Fax Lines

View as Markdown
Returns the properties and settings of multiple Fax Lines.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

account_idstringOptional
Account ID
pageintegerOptionalDefaults to 1

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

page_sizeintegerOptionalDefaults to 20

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

show_team_linesbooleanOptional
Include Fax Lines belonging to team members in the list

Response headers

X-RateLimit-Limitinteger
The maximum number of requests per hour that you can make.
X-RateLimit-Remaininginteger
The number of requests remaining in the current rate limit window.
X-Ratelimit-Resetinteger
The Unix time at which the rate limit will reset to its maximum.

Response

successful operation
list_infoobject
Contains pagination information about the data returned.
fax_lineslist of objects
warningsobject or null
A list of warnings.

Errors