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/v1/client/redeem-rewards/history

Response

OK

Example response

{
  "data": {
    "items": [
      {
        "payout_id": 123,
        "created_at": "2022-01-01T00:00:00Z",
        "amount": "1.23",
        "category_id": "Amazon",
        "tier_id": "5",
        "status_updated_at": "2022-01-01T00:00:00Z",
        "estimated_delivery": 86400,
        "redemption_card_url": "https://www.amazon.com",
        "redemption_security_code": "1234567890",
        "currency": "USD",
        "credentials": [
          {
            "label": "Redemption Link",
            "value": "https://www.amazon.com",
            "credential_type": "redemptionUrl"
          }
        ]
      }
    ]
  }
}