curl --location --request GET '/tenants//plans//coupons'
{
"items": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"start_date": "2019-08-24T14:15:22Z",
"expiry_date": "2019-08-24T14:15:22Z",
"status": "InActive",
"coupon_type": "SingleUse",
"coupon_codes": [
{
"coupon_code": "string",
"max_redepmtion_count": 0,
"coupon_type": "SingleUse"
}
]
}
]
}