Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Query Parameters

page
object

Consolidated page parameter (deepObject style). Originally: page[number], page[size]

filter
object

Consolidated filter parameter (deepObject style). Originally: filter[application_name][contains], filter[outbound_voice_profile_id]

sort
enum<string>
default:created_at

Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.

That is:

  • application_name: sorts the result by the application_name field in ascending order.
  • -application_name: sorts the result by the application_name field in descending order.

If not given, results are sorted by created_at in descending order.
Available options:
created_at,
application_name,
active
Example:

"application_name"

Response

Successful response

data
Fax Application · object[]
meta
object