application/json

Body Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • data object
      Hide data attribute Show data attribute object
  • Too many requests in a short period of time

POST /v1/client/redeem-rewards
curl \
 -X POST https://api.bitlabs.ai/v1/client/redeem-rewards \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"category_id":"Amazon","tier_id":"5"}'
Request examples
{
  "category_id": "Amazon",
  "tier_id": "5"
}
Response examples (200)
{
  "data": {
    "balance": "string"
  }
}