Get All Public Keys
GET /v1/auth/public-keys
GET
/v1/auth/public-keys
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
kid
required
Key ID - see https://datatracker.ietf.org/doc/html/rfc7517#section-4.5
string
kty
required
Key Type - see https://datatracker.ietf.org/doc/html/rfc7517#section-4.1
string
n
required
Modulus - see https://www.rfc-editor.org/rfc/rfc7518.html#section-6.3.1
string
e
required
Exponent - see https://www.rfc-editor.org/rfc/rfc7518.html#section-6.3.1
string