For partners
MyCouponBag lets partners list deals on our marketplace and send curated coupons to specific users. End users see your offers in Discover and add them to their bag to reveal the code.
Marketplace
Create coupons that appear in the Discover marketplace for all users. Users tap "Add to My Coupons" to add a copy to their bag (your code is shown only after they add). Partner accounts have access to create marketplace listings subject to plan limits (curated_per_day / curated_per_month).
Curated for you
Create curated coupons for a specific user (by user_id). They appear in that user's "Curated for you" section in Discover. The user adds the coupon to see the code. Same partner quota applies as for marketplace.
Partner API
Partners authenticate with a profile that has role=partner. Typical endpoints:
- List partner coupons — GET /partner/coupons (coupons you created; coupon_code omitted in response).
- Create marketplace coupon — POST /coupons with source_type=marketplace (user_id null; available in Discover).
- Create curated coupon — POST /coupons with source_type=curated and user_id (target user UUID).
Full request/response details are in the backend API (Postman collection). Quota is enforced per partner plan.
Get in touch
For partner access, integration help, or questions:
support@mycouponbag.com