Post api keys rotate
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Unique identifier of the API key to rotate
^[0-9A-HJKMNP-TV-Z]{26}$Body
Request body for rotating an API key, which revokes the old key and issues a new one
Response
OK
API key resource including the secret value, returned only on creation
Unique identifier for the API key
^[0-9A-HJKMNP-TV-Z]{26}$Organization that owns this API key
^[0-9A-HJKMNP-TV-Z]{26}$Agent this key is restricted to, null if unrestricted
^[0-9A-HJKMNP-TV-Z]{26}$Human-readable label for the API key
Non-secret prefix of the key for identification
Environment mode of the key
LIVE, TEST Permission scopes granted to this key
Whether the key has been revoked
ISO 8601 timestamp when the key was created
ISO 8601 timestamp when the key was last used, null if never used
ISO 8601 timestamp when the key expires, null if no expiration
User ID of the key creator, null if created by system
Full secret API key value, only returned once at creation time
Extension-token settings surfaced from metadata. Present only for extension:bridge keys.
