Zum Hauptinhalt springen
GET
/
profile
/
showAccessToken
Show the current access token
curl --request GET \
  --url https://demo.enneo.ai/api/mind/profile/showAccessToken \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "eyJhbGciOiJSUash1Ah1ashja..."
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Antwort

Successful operation

accessToken
string

The Bearer/Cookie auth token used for the current request

Beispiel:

"eyJhbGciOiJSUash1Ah1ashja..."