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,
"priority_order": 42,
"tiers": [
{
"id": 42,
"name": "string",
"description": "string",
"payout_type": "string",
"user_value": "string"
}
]
}
],
"currency": "string",
"reward_delay": 42,
"original_cashback": "string",
"cashback": "string",
"click_url": "string",
"description": "string",
"merchant_id": 42,
"flat_payout": true,
"up_to": true,
"country_code": "string",
"merchant_name": "string",
"images": {
"cardImage": "string",
"backgroundImage": "string",
"cardImageSmall": "string"
}
}
]
}
}