---
title: "List a contact’s rewards (granted & used)"
method: GET
path: "/loyalty/v2/contacts/{id}/rewards"
tags: ["Reward"]
---

# List a contact’s rewards (granted & used)

`GET /loyalty/v2/contacts/{id}/rewards`

Get the list of a contact's reward (granted & used)

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `before` string
- `after` string
- `card_code` string
- `program_name` string
- `with_custom_fields` boolean

## Response `200`

List of a contact’s rewards

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Contact not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
