Processes single decision. The SDK Feature Decision Engine can be invoked via the Public API to calculate a decision output response based upon Feature SDK Rules created in the Zephr Console. This endpoint is used by the Zephr SDK but can be called directly for custom integrations.
Raw parameter response
{- "sdkFeatureSlug": "featureX",
- "session": "xxx-xxx-xxx",
- "foreign_keys": { },
- "ip": "x.x.x.x",
- "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11)...",
- "path": "/x.html",
- "contentId": "xxx-xxx-xxx",
- "jwt": "xxx-xxx-xxx"
}