Skip to main content

Coupon

Endpoint: https://app.partnerboost.com/api.php?mod=coupon&op=coupon_list

Auth: Partner API authentication

Version history

  • V1.1 — 2022/08/03 — Add this
  • V1.2 — 2023/08/22 — Required Parameter id/mid/track is optional
  • V1.3 — 2024/03/05 — Add return parameters: creative_id, brand_id, restrictions, keywords, image, thumbnail, smart_url

Required parameters

KeyDescription
tokenCoupon Token

Optional parameters

KeyDescription
brand_type3 brand types: D2C, Amazon, Indirect
brand_idBrand ID, a series of numbers, like 66303
mcidUnique identifier for the brand, a series of characters, like ulike0
trackTrack Code in Tracking Link
typeCoupons are of 2 types: coupon or deal
countryThe countries where the coupon can be used
origin_categoryCategory of the merchant which offers the coupon
levelLevel 1-4, Level 1 is the highest. The higher the level, the more frequent the coupons would update
langLanguage of the coupon
per_pageNumber of items shown per page - default 50, max 2000 items per page
pageCurrent Page Index - Start from 1, and default is 1
created_atCreate Time, Format: YYYY-MM-DD
updated_atUpdate Time, Format: YYYY-MM-DD
start_atBegin Time, Format: YYYY-MM-DD
end_atEnd Time, Format: YYYY-MM-DD

Return fields

KeyDescription
idCoupon ID
creative_idCreative ID
brand_idBrand ID, a series of numbers, like 66303
mcidUnique identifier for the brand, a series of characters, like ulike0
restrictionsRestrictions relating to how the coupon can or cannot be used
keywordsKeywords of the coupon
imageThe image of the coupon
thumbnailThe thumbnail of the coupon
smart_urlCoupon campaign smart tracking link
advertiser_nameMerchant name
coupon_nameCoupon Name
coupon_codeCode
descriptionDescription
click_urlCoupon Campaign Tracking Link
origin_urlCoupon Original Link
store_domainHost
typeCoupons are of 2 types: coupon or deal
countryThe countries where the coupon can be used
origin_categoryCategory of the merchant which offers the coupon
levelLevel 1-4, Level 1 is the highest. The higher the level, the more frequent the coupons would update
langLanguage of the coupon
start_atStart date
end_atEnd date
created_atCreated time
updated_atUpdated time

Request:

{
"token": "YOUR_COUPON_TOKEN",
"brand_id": "66303",
"per_page": 100,
"page": 1
}