UserCoupons
Get User Coupons With Cursor
Get User Coupons by Cursor<br>獲取已領取的列表 By Cursor
get/user_coupons/list
Query parameters
promotion_idstring required
Promotion ID
next_cursor_idstring
Next Cursor ID
Response
Success
Example response
{
"pagination": {
"current_page": 1,
"per_page": 24,
"total_count": 1,
"total_pages": 1
},
"items": [
{
"id": "5ce0d084e388096bdb229a59",
"user_id": "5ce0d084e388096bdb229a60"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.