Skip to content

List the authenticated customer's available coupons

GET
/rest/v1/plus/customer-coupon

Returns coupons targeted to the audiences the customer belongs to (is_sent, within usage limit, within date window). Empty when the SMART_RECOMMENDATIONS.IS_ENABLED_CUSTOMER_TAG feature is disabled or the customer has no matching audience-targeted coupons.

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Responses

Successful operation

application/json
JSON
"string"

Playground

Authorization

Samples

Powered by VitePress OpenAPI