List applied coupons
GET
/portal/coupons
List all coupons applied to the authenticated customer.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” token
required
Token
string
Responses
Section titled “ Responses ”Successful Response
Response List Portal Coupons
Array<object>
PortalAppliedCouponResponseResponse for a portal-applied coupon with user-friendly details.
object
id
required
Id
string format: uuid
coupon_code
required
Coupon Code
string
coupon_name
required
Coupon Name
string
coupon_type
required
Coupon Type
string
frequency
required
Frequency
string
status
required
Status
string
created_at
required
Created At
string format: date-time
Invalid or expired portal token
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context