Rotate Keys

Scopes
write:keys

Path Parameters

key_type
string
REQUIRED

Key Type

Request Body

string

Your private cert

POST
/keys/{key_type}/rotate
1
2
3
4
5
Loading...
Response:
200
Loading...

Response Body Schema

created_at
number
REQUIRED

Key creation date in milliseconds since the epoch

revoked_at
number

Revocation time in milliseconds since the epoch

rotated_at
number

Rotation time in milliseconds since the epoch

key
object
REQUIRED

Public JWK. You can look at JWK specification from here

key.
alg
string
REQUIRED
key.
e
string
REQUIRED
key.
key_ops
array<string>
key.
kid
string
REQUIRED
key.
kty
string
REQUIRED
key.
n
string
REQUIRED
key.
use
string
REQUIRED
key.
x5c
array<string>
key.
x5t
string
key.
x5t#S256
string
key.
x5u
string