---
title: "Get invited users accepted stats"
method: GET
path: "/v1/referral-progress"
tags: ["Referrals"]
---

# Get invited users accepted stats

`GET /v1/referral-progress`

Retrieves the current users invited by a referral and the ones from the last time they were fetched, along with reward images containing the tier and URL information. This allows comparing the previously seen data with the current one.
This endpoint requires Signed Fetch authentication.

## Response `200`

Referral statistics found

- object
  - `invitedUsersAccepted` integer, required — Current total number of users invited by the referral
  - `invitedUsersAcceptedViewed` integer, required — Total number of invited users recorded in the previous fetch
  - `rewardImages` object[], required — Images url for each tier reached

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Signed Fetch required
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
