Skip to main content

List all Domain Applications

GET 

/domain_applications

Returns a list of your domain applications. The domain applications are returned sorted by creation date, with the most recent domain applications appearing first. The list is filterable by sending in any of the following parameters.

Permissions

The API token must include the following scopes: Voice.

Request

Query Parameters

    filter_domain string

    String representing the domain portion of the domain application. Will return all domain applications containing this value as a substring.

    filter_name string

    String representing the name portion of the domain application. Will return all domain applications containing this value as a substring.

Responses

OK

Schema

    links

    object

    self string
    first string
    next string
    prev string
    data object[]
Loading...