Create Access Key
Request
This endpoint expects an object.
name
Optional human-readable Scoped Access Key label. The token jti remains the stable identifier.
description
Optional human-readable description of the Scoped Access Key.
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.
status
issuer
Issuer stamped into the Scoped Access Key JWT.
audiences
Audiences accepted for the Scoped Access Key JWT.
created_at
token
token_type
name
Optional human-readable Scoped Access Key label.
description
Human-readable description of the Scoped Access Key.
expires_at
Errors
400
Bad Request Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
501
Not Implemented Error