Get Public Key By Id
GET /v1/auth/public-keys/{key_id}
GET
/v1/auth/public-keys/{key_id}
Parameters
Path Parameters
key_id
required
string
Responses
200
Successful Response
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
404
Not Found
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string