Enterprise| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 50 |
curl --location 'https://api.simpra.app/customer_discounts?page=undefined&per_page=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"meta": {
"total_count": 1,
"current_page": 1,
"per_page_count": 50,
"total_page": 1,
"has_next_page": false
},
"customer_discounts": [
{
"id": "e482e094-65f4-4f29-b403-a6f7b49209eb",
"name": "Gold Customers",
"active": true,
"balance": 200,
"balance_usage": true,
"period": "daily",
"created_at": 1638952128,
"updated_at": 1638952128,
"discount_id": "371a230f-c111-4005-a57a-f094f926d05c",
"enterprise_id": "5831cd21-842a-495e-ba04-d5acfb6fdc67"
}
]
}