v1
latestOpenAPI 3.1.02026-07-241080412.6 KBList campaigns
This endpoint lets you list all your campaign details based on a coupon code.
get/campaigns?couponCode={couponCode}
Query parameters
couponCodestring required
The coupon code for which you want to fetch the campaign details.
Response
200
Example response
{
"data": [
{
"name": "campaignName",
"discount": 0.5,
"usagePerCoupon": "unlimited",
"status": "active",
"constraints": {
"offerTypes": [
"vod"
],
"paymentType": "initial",
"offers": [
"P123123123"
]
}
}
]
}