appointments
Get patient coupons
Get all coupons for the current patient with redemption counts
get/api/appointments/coupons
Response
Successful Response
Example response
{
"coupons": [
{
"amount_off": 27600,
"coupon_id": "coupon_abc123",
"is_active": true,
"name": "Package: 4 SEDUTE CON GLI ESPERTI",
"times_redeemed": 2
}
],
"total": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.