Skip to main content
POST
/
jwt
/
{id}
Get a JWT for a user
curl --request POST \
  --url https://demo.enneo.ai/api/mind/jwt/{id} \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Profile id to issue the JWT for.

Response

Successful operation

token
string

JWT scoped to the requested profile.