Profile
Get a JWT for a user (browser-friendly)
GET /jwt/{id}
GET /jwt/{id}
Returns a JWT scoped to the given user. The GET form is intended for browser navigation
during dev / impersonation flows — POST is the canonical form used by tooling.
Path parameters
idintegerpathrequiredProfile id to issue the JWT for.
Responses
200 — Successful operation
Response Example
{
"token": "string"
}403 — Unauthorized
404 — Profile not found