LogoThreatmatic

Get J S O N Web Key Set

GET
/jwks

Get the JSON Web Key Set

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://console.threatmatic.ai/api/auth/jwks"
{
  "keys": [
    {
      "kid": "string",
      "kty": "string",
      "alg": "string",
      "use": "sig",
      "n": "string",
      "e": "string",
      "crv": "string",
      "x": "string",
      "y": "string"
    }
  ]
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}