Skip to main content

List all SIP Endpoints.

GET 

/endpoints/sip

Returns a list of your SIP Endpoints. The endpoints are returned sorted by creation date, with the most recent endpoints 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_username string

    String representing the username portion of the endpoint. Will return all SIP Endpoints containing this value as a substring.

    filter_caller_id string

    Friendly Caller ID used as the CNAM when dialing a phone number or the From when dialing another SIP Endpoint. Will return all SIP Endpoints containing this value as a substring.

Responses

OK

Schema

    links

    object

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