Public API
Get license token public key
Get the public key JWK of a product for verifying license tokens. This endpoint is only available if the product supports license tokens and exposes its public key.
curl -X GET "https://keyforge.dev/api/v1/public/products/p_123456/license-token/public-key"{
"jwk": {
"kty": "EC",
"x": "...",
"y": "...",
"crv": "P-256",
"alg": "ES256"
}
}Empty