---
title: "Get account health"
method: GET
path: "/account-health"
---

# Get account health

`GET /account-health`

Get the authenticated 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 authenticated creator's own account.

## 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
- `401` — Unauthorized Response
- `403` — Unauthorized 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)
