cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/couponcodes/bulk \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "coupon_codes": [ { "network_offer_id": 123, "network_affiliate_id": 123, "coupon_code": "<string>", "coupon_status": "active" } ] } '
{ "result": true }
Create multiple coupon codes in a single request. Each coupon code entry must specify the offer, affiliate, code value, and status. Useful for mass-generating promotional codes.
The Everflow API key generated from the Control Center > Security.
Array of coupon codes to create.
Show child attributes
OK
Whether the bulk creation was successful.
Was this page helpful?