Zum Hauptinhalt springen
GET
/
jwt
/
{id}
Get a JWT for a user (browser-friendly)
curl --request GET \
  --url https://demo.enneo.ai/api/mind/jwt/{id} \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Profile id to issue the JWT for.

Antwort

Successful operation

token
string

JWT scoped to the requested profile.