Skip to main content
GET
/
telephony
/
acd
/
config
Get ACD configuration
curl --request GET \
  --url https://demo.enneo.ai/api/mind/telephony/acd/config \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "phoneAddress": "+1234567890",
      "ringDuration": "20s",
      "workflow": [
        {}
      ]
    }
  ],
  "sipTrunks": [
    {
      "username": "user123",
      "password": "pass123",
      "serverAddress": "sip.example.com:5060",
      "reregisterInterval": "1h"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

channels
object[]

List of ACD-enabled phone channels

sipTrunks
object[]

SIP trunk configurations