Returns a token for the currently logged in user. Needed so that the iframe can verify the authenticity of the user.
curl --request GET \
--url https://demo.enneo.ai/api/mind/telephony/getToken
{
"userId": 42,
"userEmail": "agent@enneo.com",
"token": "a7392f8d2349ab3c70293847239062734982374"
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/telephony/getToken
{
"userId": 42,
"userEmail": "agent@enneo.com",
"token": "a7392f8d2349ab3c70293847239062734982374"
}