---
title: "Get My Attribution Stats"
method: GET
path: "/creator/attribution/stats"
tags: ["creator"]
---

# Get My Attribution Stats

`GET /creator/attribution/stats`

Get attribution statistics for current user.

## Query parameters

- `days` integer

## Response `200`

Successful Response

- AttributionStatsResponse — Response for creator's attribution statistics.
  - `total_touches` integer, required
  - `unique_users` integer, required
  - `by_source` object[], required
  - `period_days` integer, required

## Other responses

- `422` — Validation Error

---

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