Responses

GET /v1/client/cashback/offers
curl \
 --request GET 'https://api.bitlabs.ai/v1/client/cashback/offers' \
 --header "X-Api-Token: $API_KEY" \
 --header "X-User-Id: $API_KEY"
Response examples (200)
{
  "data": {
    "offers": [
      {
        "rank": 42,
        "terms": [
          "string"
        ],
        "primary_category": "string",
        "tier_mappings": [
          {
            "id": 42,
            "column_id": 42,
            "column": "string",
            "priority_order": 42,
            "tiers": [
              {
                "id": 42,
                "definition_id": 42,
                "name": "string",
                "description": "string",
                "swagbucks": "string",
                "commission": "string",
                "payout_type": "string",
                "payout_type_id": 42
              }
            ]
          }
        ],
        "currency": "string",
        "reward_delay": 42,
        "original_cashback": "string",
        "click_capped": true,
        "daily_click_cap_amount": 42,
        "suppress_from_feed": true,
        "cashback": "string",
        "url": "string",
        "description": "string",
        "network_code": "string",
        "merchant_id": 42,
        "flat_payout": true,
        "up_to": true,
        "country_code": "string",
        "name": "string",
        "images": {
          "cardImage": "string",
          "backgroundImage": "string",
          "cardImageSmall": "string"
        }
      }
    ]
  }
}