Authorizations
JWT-based authentication
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 \
--header 'Authorization: Bearer <token>'{
"userId": 42,
"userEmail": "agent@enneo.com",
"token": "a7392f8d2349ab3c70293847239062734982374"
}JWT-based authentication
curl --request GET \
--url https://demo.enneo.ai/api/mind/telephony/getToken \
--header 'Authorization: Bearer <token>'{
"userId": 42,
"userEmail": "agent@enneo.com",
"token": "a7392f8d2349ab3c70293847239062734982374"
}