GET
/
sdk
/
{environmentId}
/
.well-known
/
jwks
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/.well-known/jwks
{
  "keys": [
    {
      "kid": "<string>",
      "alg": "<string>",
      "kty": "<string>",
      "use": "<string>",
      "e": "<string>",
      "n": "<string>"
    }
  ]
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

200
application/json
public key with standard jwks format
keys
object[]
required