curl --location --request GET 'https://client.corrily.com/v1/coupons'
{ "message": "Successfully retrieved all coupons.", "success": true, "coupons": [ { "api_id": "coupon_1", "name": "Coupon_1", "currency": null, "coupon_type": { "coupon_type": "percentage" }, "value": 10, "active_from": null, "active_till": null, "org": 1, "status": "ACTIVE", "created_at": "2024-01-17T09:40:18.058647+00:00", "updated_at": "2024-01-17T09:40:18.058647+00:00", "coupon_external_coupons": [] } ] }
Retrieve a list of coupons
Documentation IndexFetch the complete documentation index at: https://docs.corrily.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.corrily.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes