Get Keys

Scopes
read:key

Path Parameters

key_type
string
REQUIRED

Key Type

GET
/keys/{key_type}
1
2
3
Loading...
Response:
200
Loading...

Response Body Schema

array<object>
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