Get public keys – Management API – MediaKind

Get public keys

Get public keys from https://app.mk.io/.well-known/jwks.json.

Get all currently valid public keys in JWKS format.

The key ID (kid) in the JWT headers should match a kid in this list.

No permissions required.

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

200 OK
keys list of items Required
List of public keys in JWK format.

Errors

400 Bad Request
error object ErrorDetail Required
Pertinent information about the error

401 Unauthorized
error object ErrorDetail Required
Pertinent information about the error

403 Forbidden
error object ErrorDetail Required
Pertinent information about the error

404 Not Found
error object ErrorDetail Required
Pertinent information about the error

429 Too Many Requests
error object ErrorDetail Required
Pertinent information about the error

500 Internal Server Error
error object ErrorDetail Required
Pertinent information about the error