Profile
Get a JWT for a user
POST /jwt/{id}
POST /jwt/{id}
Returns a JWT scoped to the given user. Use this form from tooling; GET exists for browser access in dev.
Path parameters
idintegerpathrequiredProfile id to issue the JWT for.
Responses
200 — Successful operation
Response Example
{
"token": "string"
}403 — Unauthorized
404 — Profile not found