Issue Coupon

Partners can call the coupon issuing API to enable viewers to receive coupons.

HTTP Request

MethodURLDescription
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

ParameterTypeRequiredDefaultDescription
accessTokenstringtrueNoneTo confirm when the user requests coupon issuance
couponIdstringtrueNonePartner's coupon ID
broadcastIdstringtrueNoneBroadcast 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.