---
title: "Get user history cashback details"
method: GET
path: "/v1/client/user/history/cashback/{cashbackId}"
tags: ["Cashback"]
---

# Get user history cashback details

`GET /v1/client/user/history/cashback/{cashbackId}`

Get User History Cashback Details returns the details of a specific cashback offer that the user has interacted with.

## Path parameters

- `cashbackId` string, required

## Response `200`

OK

- object
  - `data` UserHistoryCashbackDetails
    - `id` integer, required
    - `merchant_ref` string, required — The merchant reference
    - `merchant_name` string, required — The merchant name
    - `status_reason` string — The status reason
    - `order_id` string — The order id
    - `event_name` string
    - `status` 'completed' | 'pending' | 'adjusted' | 'created', required
    - `created_at` string, date-time, required
    - `amount` string, required — The amount of the revenue in user currency.
    - `reward_delay_days` integer, required — Duration in days the reward remains pending before being granted.

## Other responses

- `406` — VPN detected

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
