Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.