Deutsch
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/telephony/acd/config \ --header 'Authorization: Bearer <token>'
{ "channels": [ { "phoneNumbersIn": [ "+1234567890", "+0987654321" ], "ringDuration": "20s", "workflow": [ {} ] } ], "sipTrunks": [ { "username": "user123", "password": "pass123", "serverAddress": "sip.example.com:5060", "reregisterInterval": "1h" } ] }
Returns configuration for the ACD microservice including:
JWT-based authentication
Successful operation
List of ACD-enabled phone channels
Anzeigen untergeordnete attribute
SIP trunk configurations