gokart-logo-v3
GoKart - Documentation - Offer Wall Integration
API Release Notes

icon picker
API Release Notes 1.0.3

Modified endpoints

POST /api/v1/integrations/offer-providers/custom/offers

Added fields to the payload scheme
Name
Type
Sample
Notes
offers.offerData.dailyCap
int?
“dailyCap”: “10” “dailyCap”: null
offers.offerData.weeklyCap
int?
“weeklyCap”: “10” “weeklyCap”: null
offers.offerData.monthlyCap
int?
“monthlyCap”: “10” “monthlyCap”: null
offers.offerData.allTimeCap
int?
“allTimeCap”: “10” “allTimeCap”: null
offers.offerData.offerEvents.dailyCap
int?
“dailyCap”: “10” “dailyCap”: null
offers.offerData.offerEvents.weeklyCap
int?
“weeklyCap”: “10” “weeklyCap”: null
offers.offerData.offerEvents.monthyCap
int?
“monthlyCap”: “10” “monthlyCap”: null
offers.offerData.offerEvents.allTimeCap
int?
“allTimeCap”: “10” “allTimeCap”: null
There are no rows in this table
Remarks:
For multi-event offers, it is not possible to set cap values (dailyCap, weeklyCap, monthlyCap, allTimeCap) directly on the offer level. Instead, these values must be defined at the individual event level within offerEvents. If any cap is provided on the offer level for a multi-event offer, the API will return a validation error. Additionally, all cap values must be greater than or equal to 1.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.