Skip to content
Start here

Keys

Get the Access key configuration
GET/accounts/{account_id}/access/keys
Update the Access key configuration
PUT/accounts/{account_id}/access/keys
Rotate Access keys
POST/accounts/{account_id}/access/keys/rotate
ModelsExpand Collapse
KeyGetResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
days_until_next_rotation: optional number

The number of days until the next key rotation.

key_rotation_interval_days: optional number

The number of days between key rotations.

maximum365
minimum21
last_key_rotation_at: optional string

The timestamp of the previous key rotation.

formatdate-time
KeyUpdateResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
days_until_next_rotation: optional number

The number of days until the next key rotation.

key_rotation_interval_days: optional number

The number of days between key rotations.

maximum365
minimum21
last_key_rotation_at: optional string

The timestamp of the previous key rotation.

formatdate-time
KeyRotateResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
days_until_next_rotation: optional number

The number of days until the next key rotation.

key_rotation_interval_days: optional number

The number of days between key rotations.

maximum365
minimum21
last_key_rotation_at: optional string

The timestamp of the previous key rotation.

formatdate-time