---
title: "Get a creator's account health"
method: GET
path: "/creators/{creatorUserUuid}/account-health"
---

# Get a creator's account health

`GET /creators/{creatorUserUuid}/account-health`

Get the specified creator's account health summary: total warnings issued against the account and how many media items moderation has removed or is currently reviewing.

This is confidential moderation data and only ever reflects the specified creator's own account.

## Path parameters

- `creatorUserUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Account health summary

- object
  - `totalWarnings` integer, required — Total number of warnings issued against the creator's account
  - `totalRemovedMedia` integer, required — Total number of the creator's media items removed by moderation
  - `totalInReviewMedia` integer, required — Total number of the creator's media items currently under moderation review

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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