v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
Cashback

Get user history cashback details

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

get/v1/client/user/history/cashback/{cashbackId}

Path parameters

cashbackIdstring required

Response

OK

Example response

{
  "data": {
    "created_at": "2022-01-01T00:00:00Z",
    "amount": "1.23",
    "reward_delay_days": 47
  }
}