Skip to main content

Coupon Claim

This endpoint is used to claim a given coupon for the user.

Method

POST /user/coupon/claim

Request Body

{
"id": 591
}

Response

{
"status": 200,
"data": {
"success": true
}
}