Validate dynamic offer decisions

The Dynamic Offer Decision Engine can be tested via this endpoint to calculate a decision output response based on the criteria of the provided validation ID. Validation criteria is configured on the Zephr Console and determines the version of the dynamic offer being used.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
offerId
required
string

Dynamic Offer ID

validationId
required
string

Dynamic Offer Validation ID

Responses
200

OK

400

Bad Request

404

Not Found

get/zephr/public/decisions/v2/dynamic-offers/{offerId}/validations/{validationId}
Response samples
application/json
{
  • "products": [
    ],
  • "tagline": "string",
  • "custom": { },
  • "outcomes": [
    ],
  • "errors": [
    ]
}