Partners can call the coupon issuing API to enable viewers to receive coupons.
HTTP Request
Method | URL | Description |
---|---|---|
GET | - | We are provided with our partner's coupon API EndPoint. |
The coupon issuing API is provided by a partner company and the corresponding guide is followed.
RequestBody Parameters
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
accessToken | string | true | None | To confirm when the user requests coupon issuance |
couponId | string | true | None | Partner's coupon ID |
broadcastId | string | true | None | Broadcast ID |
accessToken is JWT Token information generated when linking members, and is used to check whether a coupon has been issued to the user and to view the list of coupons that can be issued. couponId is the ID of the coupon managed by the partner company.
Response Body
Send the response results for the following cases.
- Issuance successful
- Issuance failed
- Coupons already issued
Coupon format data follows the above body as much as possible, and if linkage is necessary, further development will be carried out under consultation.