Get Customer Coupons

Retrieves the details of coupons (issued, redeemed, expired) of a specific customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Mobile number of the customer.

string

Email ID of the customer.

string

External ID of the customer.

int64

Unique ID of the customer.

date

Get coupons issued or redeemed on or after a specific date (YYYY-MM-DD). To get coupon history of a specific duration, pass the date range in start_date and end_date.

date

Get coupons issued or redeemed before a specific date (YYYY-MM-DD). To get coupon history of a specific duration, pass the date range in start_date and end_date.

string
enum

Retrieve coupons by coupon status. active is based on the coupon expiry date and does not validate redemptions. Hence you will see all coupons whose expiry (valid_till) is a future date.

Allowed:
int32

Retrieve details of a specific coupon series by series id.

string

Retrieves the details of active coupons of the customer that can be redeemed at a specific store.

string
enum

"valid_till" is used to filter coupons by their validity. Use "sort_order" alongside this to sort the results in ascending or descending order of coupon validity.

Allowed:
string
enum

Sort the results in ascending (asc) or descending (desc) order of order_by.

Allowed:
int32

Limit the number of results to be retrieved. For example: limit=10 to retrieve the history of ten recent coupons of the customer.

Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json