Zum Hauptinhalt springen
GET
/
telephony
/
getToken
Get authentication token
curl --request GET \
  --url https://demo.enneo.ai/api/mind/telephony/getToken \
  --header 'Authorization: Bearer <token>'
{
  "userId": 42,
  "userEmail": "[email protected]",
  "token": "a7392f8d2349ab3c70293847239062734982374"
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Antwort

Successful operation

userId
integer

ID of the authenticated user

Beispiel:

42

userEmail
string<email>

Email of the authenticated user

token
string

Authentication token

Beispiel:

"a7392f8d2349ab3c70293847239062734982374"