Skip to main content

List Subscriber SIP Endpoints

GET 

/resources/subscribers/:fabric_subscriber_id/sip_endpoints

A list of Sip Endpoints of the Subscriber

Request

Path Parameters

    fabric_subscriber_id uuidrequired

    Unique ID of a Fabric Subscriber.

Responses

The request has succeeded.

Schema

    data

    object[]

    required

  • Array [

  • id uuidrequired

    Universal Unique Identifier.

    username stringrequired

    Username of the Sip Endpoint.

    caller_id stringrequired

    Caller ID of the Sip Endpoint.

    send_as stringrequired

    Purchased or verified number

    ciphers CipherType (string)[]required

    Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

    Ciphers of the Sip Endpoint.

    codecs CodecType (string)[]required

    Possible values: [OPUS, G722, PCMU, PCMA, G729, VP8, H264]

    Codecs of the Sip Endpoint.

    encryption EncryptionType (string)required

    Possible values: [default, required, optional]

    Encryption

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    first urirequired

    Link to the first page

    next urirequired

    Link to the next page

Loading...