---
title: "Check Blocked"
method: GET
path: "/blocked-creators/check/{user_id}"
tags: ["blocked-creators"]
---

# Check Blocked

`GET /blocked-creators/check/{user_id}`

Check if a creator is blocked.

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- BlockActionResponse
  - `blocked_user_id` string, uuid, required
  - `is_blocked` boolean, required
  - `message` string, 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)
