v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
Internal

Get user payout history

Get User Payout History returns the payout history of the user.

get/v2/client/redeem-rewards/history

Response

OK

Example response

{
  "data": {
    "items": [
      {
        "id": 123,
        "reward_amount": "1.23",
        "reward_name": "card-1",
        "image_url": "image.url",
        "created_at": "2022-01-01T00:00:00Z",
        "amount": "1.23",
        "status_updated_at": "2022-01-01T00:00:00Z",
        "estimated_delivery": 86400,
        "currency": "USD",
        "credentials": [
          {
            "label": "Redemption Link",
            "value": "https://www.amazon.com",
            "credential_type": "redemptionUrl"
          }
        ],
        "redemption_instructions": "<div lang=\"en-GB\"><p><strong>Redemption Instructions</strong></p>\n<p>Click the redemption link above to view card details.</p></div>"
      }
    ]
  }
}