Get user history cashback details
GET
/v1/client/user/history/cashback/{cashbackId}
curl \
--request GET https://api.bitlabs.ai/v1/client/user/history/cashback/{cashbackId} \
--header "X-Api-Token: $API_KEY" \
--header "X-User-Id: $API_KEY"
Response examples (200)
{
"data": {
"id": 42,
"merchant_ref": "string",
"merchant_name": "string",
"status_reason": "string",
"order_id": "string",
"event_name": "string",
"status": "completed",
"is_incentivized": true,
"created_at": "2022-01-01T00:00:00Z",
"amount": 1.23
}
}
Response examples (406)
{
"error": {
"details": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}