GET
/
telephony
/
getToken
curl --request GET \
  --url https://demo.enneo.ai/api/mind/telephony/getToken
{
  "userId": 42,
  "userEmail": "agent@enneo.com",
  "token": "a7392f8d2349ab3c70293847239062734982374"
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation
userId
integer

ID of the authenticated user

Example:

42

userEmail
string

Email of the authenticated user

Example:

"agent@enneo.com"

token
string

Authentication token

Example:

"a7392f8d2349ab3c70293847239062734982374"