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 OKkeys list of items Required
List of public keys in JWK format.
Errors
400 Bad Requesterror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required
401 Unauthorizederror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required
403 Forbiddenerror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required
404 Not Founderror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required
429 Too Many Requestserror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required
500 Internal Server Errorerror object ErrorDetail Required
Pertinent information about the error
code: string Requireddetail: string RequiredextraDetail: map from strings to any Optional- Extra information regarding this error.
ref: string Requiredstatus: integer Required