Create Access Key
Request
This endpoint expects an object.
name
Optional human-readable Scoped Access Key label. The token jti remains the stable identifier.
expires_in_seconds
Scoped Access Key lifetime in seconds. Omit to use auth.access_keys.default_expires_in_seconds. Send explicit null to request a non-time-delimited key, which requires auth.access_keys.max_expires_in_seconds to be disabled.
Response
Successful Response
jti
Stable JWT ID for this Scoped Access Key.
principal
Principal ID stamped into the token.
created_at
token
token_type
name
Optional human-readable Scoped Access Key label.
expires_at
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
501
Not Implemented Error