Organizations
Get list of SIP connections
Organizations
Get list of SIP connections
GET
/
organization
/
sip-list
curl --request GET \
--url https://api.voxia.ai/organization/sip-list \
--header 'Authorization: <api-key>'
{
"status": "error",
"message": "<string>",
"data": [
{}
]
}
Authorizations
curl --request GET \
--url https://api.voxia.ai/organization/sip-list \
--header 'Authorization: <api-key>'
{
"status": "error",
"message": "<string>",
"data": [
{}
]
}