Skip to content

Rotate Key

GET
/v1/auth/rotate-key

Authorizations

Responses

200

Successful Response

List of public keys for verifying Access Token JWTs.

This is in the JWK Set format as defined in https://datatracker.ietf.org/doc/html/rfc7517#section-5

object
keys
required

List of public keys for verifying Access Token JWTs

Array<object>

Public key for verifying Access Token JWTs

This is in the JWK format as defined in https://datatracker.ietf.org/doc/html/rfc7517#section-4

object