---
title: "Get a person reward"
method: GET
path: "/v5/persons/{person_id}/rewards/{reward_id}"
tags: ["Persons"]
---

# Get a person reward

`GET /v5/persons/{person_id}/rewards/{reward_id}`

Returns the specified reward for the given person, including its state, face value, and associated campaign.

## Path parameters

- `person_id` string, required
- `reward_id` string, required

## Response `200`

Successful response

- PersonRewardResponse
  - `campaign_id` string, required — Extole campaign id associated with this reward.
  - `container` string, required — Campaign container the reward belongs to.
  - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `data` object, required — Named data parameters attached to this reward.
  - `earned_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `expiry_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `face_value` number, required — Monetary or point face value of the reward.
  - `face_value_type` 'AUD' | 'BRL' | 'CAD' | 'CNY' | 'EUR' | 'GBP' | 'HKD' | 'INR' | 'JPY' | 'KRW' | 'MONTH' | 'MXN' | 'NZD' | 'PERCENT_OFF' | 'POINTS' | 'TRY' | 'TWD' | 'USD', required — Unit type of the face value (e.g. `CASH`, `POINTS`, `PERCENT`).
  - `id` string, required — Extole-assigned unique identifier for this reward.
  - `journey_key` JourneyKey, required
    - `name` string
    - `value` string
  - `journey_name` string, required — Name of the journey associated with this reward.
  - `name` string, required — Display name of the reward.
  - `partner_reward_id` string, required — Partner-assigned identifier for this reward at the partner's system.
  - `partner_reward_supplier_id` string, required — Partner-assigned identifier for the reward supplier.
  - `program` string, required — Program key under which the reward was issued.
  - `redeemed_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `reward_supplier_id` string, required — Extole reward supplier id that issued this reward.
  - `sandbox` string, required — Sandbox identifier for this reward.
  - `state` 'CANCELED' | 'EARNED' | 'FAILED' | 'FULFILLED' | 'REDEEMED' | 'REVOKED' | 'SENT', required — Current lifecycle state of the reward.
  - `tags` string[], required — Tags applied to this reward.
  - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `value_of_rewarded_event` number, required — Monetary value of the event that triggered this reward.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
