LAGO_URL="https://api.getlago.com" API_KEY="__YOUR_API_KEY__" curl --location --request GET "$LAGO_URL/api/v1/coupons?per_page=2&page=1" \ --header "Authorization: Bearer $API_KEY"
{ "coupons": [ { "lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90", "name": "Startup Deal", "code": "startup_deal", "coupon_type": "fixed_amount", "reusable": true, "limited_plans": true, "limited_billable_metrics": false, "frequency": "recurring", "expiration": "time_limit", "created_at": "2022-04-29T08:59:51Z", "description": "I am a coupon description", "amount_cents": 5000, "amount_currency": "USD", "plan_codes": [ "startup_plan" ], "billable_metric_codes": [], "percentage_rate": null, "frequency_duration": 6, "expiration_at": "2022-08-08T23:59:59Z", "terminated_at": "2022-08-08T23:59:59Z" } ], "meta": { "current_page": 2, "total_pages": 4, "total_count": 70, "next_page": 3, "prev_page": 1 } }
This endpoint is used to list all existing coupons.
Documentation IndexFetch the complete documentation index at: https://docs.getlago.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getlago.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number.
1
Number of records per page.
20
Coupons
Show child attributes