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.

    Example: justice-league
    caller_id stringrequired

    Caller ID of the Sip Endpoint.

    Example: call-id-123
    send_as stringrequired

    Purchased or verified number

    Example: +14632322867
    ciphers CipherType (string)[]required

    Ciphers of the Sip Endpoint.

    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]

    codecs CodecType (string)[]required

    Codecs of the Sip Endpoint.

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

    encryption EncryptionType (string)required

    Encryption

    Possible values: [default, required, optional]

    call_handler CallHandlerType (string)required

    Call handler of the Sip Endpoint.

    Possible values: [default, passthrough, block-pstn, relay_script, laml_webhook, laml_application, dialogflow, relay_context, relay_connector, video_room, ai_agent, call_flow]

    calling_handler_resource_id uuidrequired

    Universal Unique Identifier.

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=0&page_size=50
    first urirequired

    Link to the first page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=0&page_size=50
    next urirequired

    Link to the next page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/subscribers/d369a402-7b43-4512-8735-9d5e1f387814/sip_endpoints?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca