Skip to main content
GET
/
auth
/
public-key
Get applicant JWKS public key
curl --request GET \
  --url https://sgja-api.vohoangphuc.com/auth/public-key
{
  "keys": [
    {
      "kty": "<string>",
      "kid": "<string>",
      "alg": "<string>",
      "n": "<string>",
      "e": "<string>"
    }
  ]
}

Response

200 - application/json

JWKS public key

keys
object[]