Authorizations
JWT-based authentication
Returns configuration for the ACD microservice including:
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"
}
]
}JWT-based authentication
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"
}
]
}