Redeem Coupon


Redeem promo code

post

Redeem a promo code

Authorizations
Body
couponCodestringOptionalExample: hello-world
Responses
200
A successful response.
post
POST /v1/wallet/redeem_coupon HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 28

{
  "couponCode": "hello-world"
}
{
  "id": "text",
  "code": "text",
  "amount": "text"
}

Last updated

Was this helpful?