Get Status of Redeemed Coupons

Retrieves the status of the uploaded coupon redeem job a coupon series.

Example request

curl --location 'https://eu.api.capillarytech.com/coupon/api/v1/upload/getUploadRedeemedCouponStatus/760779' \
--header 'Content-Type: application/json' \
--header 'X-CAP-API-OAUTH-TOKEN: eyJraWQiOiJrMSIsImFsZyI6IlJTMj' \
--header 'Authorization: Basic bWFk2MjU2YQ==' \
--header 'Cookie: _cfuvid=VRspa.rJGymgxf5EqRzslLCpNcfrx2TzDI_DJwB3nco-1762837407045-0.0.1.1-604800000'

Example response

{
    "success": true,
    "status": 200,
    "result": {
        "orgId": 100737,
        "couponSeriesId": 760779,
        "redeemUploadJobStatuses": []
    }
}

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!