Skip to content

Get All Public Keys

GET
/users/v1/publickeys

Get all the current public keys.

It is encouraged to get keys by id, rather than all at once (to more easily allow new keys to cycle though)

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