curl --location --request GET '/tenants//offer_master//coupons'
{
"items": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"offer_master_id": 0,
"coupon_code": "string",
"coupon_code_status": "InActive",
"coupon_current_redepmtion_count": 0,
"coupon_max_redepmtion_count": 0,
"coupon_type": "SingleUse",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z"
}
]
}