Get Subscriber SIP Endpoint
GET/resources/subscribers/:fabric_subscriber_id/sip_endpoints/:id
Returns a Subscriber Sip Endpoint by ID
Request
Path Parameters
Unique ID of a Sip Endpoint.
Unique ID of a Fabric Subscriber.
Responses
- 200
- 401
- 404
The request has succeeded.
- application/json
- Schema
- Example (from schema)
Schema
Universal Unique Identifier.
Username of the Sip Endpoint.
Caller ID of the Sip Endpoint.
Purchased or verified number
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.
Possible values: [OPUS
, G722
, PCMU
, PCMA
, G729
, VP8
, H264
]
Codecs of the Sip Endpoint.
Possible values: [default
, required
, optional
]
Encryption
Possible values: [default
, passthrough
, block-pstn
, relay_script
, laml_webhook
, laml_application
, dialogflow
, relay_context
, relay_connector
, video_room
, ai_agent
, call_flow
]
Call handler of the Sip Endpoint.
Universal Unique Identifier.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"username": "justice-league",
"caller_id": "call-id-123",
"send_as": "+14632322867",
"ciphers": [
"AEAD_AES_256_GCM_8"
],
"codecs": [
"OPUS"
],
"encryption": "default",
"call_handler": "default",
"calling_handler_resource_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]