v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBReward Suppliers
Upload manual coupons file
Uploads a coupon code file (CSV or text) to the manual coupon supplier's pool.
post/v2/reward-suppliers/manual-coupons/{reward_supplier_id}/coupons
Path parameters
reward_supplier_idstring required
Query parameters
allow_restricted_charactersboolean
allow_expiredboolean
discard_duplicatedboolean
default_expiry_datestring
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
Example:2025-10-24T02:00:00-07:00
Response
Successful response
Example response
{
"created_at": "2025-10-24T02:00:00-07:00",
"uploaded_coupons": [
{
"expires_at": "2025-10-24T02:00:00-07:00"
}
]
}