Get DVS JWKS

Get the JSON Web Key Sets for the MIRACL Trust DVS service.

Endpoint Supported methods Full URL
/dvs/jwks GET api.mpin.io/dvs/jwks

# Request Example

curl https://api.mpin.io/dvs/jwks

# Response Example

{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "s1",
      "n": "kWp2zRA23Z3vTL4uoe8kTFptxBVFunIoP4t_8TDYJrOb7D1iZNDXVeEsYKp6ppmrTZDAgd-cNOTKLd4M39WJc5FN0maTAVKJc7NxklDeKc4dMe1BGvTZNG4MpWBo-taKULlYUu0ltYJuLzOjIrTHfarucrGoRWqM0sl3z2-fv9k",
      "e": "AQAB"
    }
  ]
}