List SIP Connections
List SIP Connection
GET
https://api.opentact.org/rest/sip/connection
This api is used to get the List of SIP Connections
Headers
Name
Type
Description
Authorization*
String
JWT_Token
Content-Type
String
Application/json
{
"success": true,
"payload": [
{
"created_on": "2022-10-24T05:58:23.881Z",
"modified_on": "2022-10-24T05:58:23.881Z",
"uuid": "e974a0e0-299c-427c-b924-32af9df560c2",
"name": "sc",
"is_active": true,
"ip": "127.0.0.1",
"port": 5060,
"tech_prefix": 12345,
"shaken_minimum_accepted_attest_lvl": "C"
}
]
}
Last updated
Was this helpful?