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

The dynamic offer ID.

validationId
required
string

The 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": [
    ]
}