GET
/v2/client/redeem-rewards/history
curl \
--request GET 'https://api.bitlabs.ai/v2/client/redeem-rewards/history' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"items": [
{
"reward_amount": "1.23",
"reward_name": "card-1",
"image_url": "image.url",
"categories": [
"string"
],
"created_at": "2022-01-01T00:00:00Z",
"status": "pending",
"amount": "1.23",
"status_updated_at": "2022-01-01T00:00:00Z",
"estimated_delivery": 86400,
"credentials": [
{
"label": "Redemption Link",
"value": "https://www.amazon.com",
"type": "text",
"credential_type": "redemptionUrl"
}
]
}
]
}
}