---
title: "GET /new-users/{productUserId}/reward"
method: GET
path: "/new-users/{productUserId}/reward"
---

# GET /new-users/{productUserId}/reward

`GET /new-users/{productUserId}/reward`

Retrieve details on eligibility for the new user reward (discount) and referral information.

## Path parameters

- `productUserId` string, required

## Response `200`

New user reward and eligibility information

- RewardEligibilityResponse
  - `eligible` boolean, required — Whether the user is eligible for a new user discount
  - `reward` Reward
    - `type` 'standard' | 'custom', required — "standard" or "custom" discount type
    - `interval` string, required — Always "month" (billing interval)
    - `intervalCount` number, nullable — Number of months the discount applies (null for custom)
    - `percentage` number, nullable — Discount percentage (null for standard)
  - `signupId` string — Unique identifier for the signup record
  - `signupAt` string, date-time — ISO 8601 timestamp when the user signed up
  - `referralUcc` string — The UCC (Unique Customer Code) that referred this user
  - `campaignId` string — The campaign ID associated with the signup
  - `campaignRevision` string — The campaign revision used for the reward calculation

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/cello/apis/cello-api.md) · [All operations](https://skmtc.net/cello/apis/cello-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cello/cello-api/versions/e5444152ea7e/schema)
