---
title: "List Rewards"
method: GET
path: "/users/{user_guid}/members/{member_guid}/rewards"
tags: ["rewards"]
---

# List Rewards

`GET /users/{user_guid}/members/{member_guid}/rewards`

Use this endpoint to list all the `rewards` associated with a specified `member`. Member guids are defined by MX.

## Path parameters

- `user_guid` string, required
- `member_guid` string, required

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 11 warning, 3 info
  - removed the optional property `rewards/items/account_guid` from the response with the `200` status
  - removed the optional property `rewards/items/balance` from the response with the `200` status
  - removed the optional property `rewards/items/balance_type` from the response with the `200` status
  - removed the optional property `rewards/items/created_at` from the response with the `200` status
  - …10 more
- **2024-08-14** `471bc9021d67` — 1 info
  - added the optional property `rewards/items/updated_at` to the response with the `200` status
- **2024-08-12** `237821a5340a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/members/:member_guid/rewards/get.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
