GET
/
telephony
/
testOutboundCall
curl --request GET \
  --url https://demo.enneo.ai/api/mind/telephony/testOutboundCall
{
  "success": true,
  "phoneNumber": "+491234567890",
  "subchannelId": 5,
  "ticketId": 12345,
  "ticketIdUrl": "/ticket/12345",
  "response": {}
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation

The response is of type object.