---
title: "Get Referral Program Statistics"
method: GET
path: "/organization/referral-program-statistics/{event_id}/{referral_program_id}/"
tags: ["organization"]
---

# Get Referral Program Statistics

`GET /organization/referral-program-statistics/{event_id}/{referral_program_id}/`

Get statistics for a SPECIFIC referral program including:
- total_orders_count: Total number of orders where referral program was applied
- total_ticket_count: Total number of tickets sold through referral program
- total_commission_amount: Total commission earned by the referral program
- orders_total_amount: Total order amount without service fees

## Path parameters

- `event_id` integer, required
- `referral_program_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
