---
title: "Check if user has a pending request to join a clan"
method: GET
path: "/v1/clans/{clanId}/requests/me"
tags: ["clans"]
---

# Check if user has a pending request to join a clan

`GET /v1/clans/{clanId}/requests/me`

## Path parameters

- `clanId` string, uuid, required

## Response `200`

Successful response

- object
  - `hasRequest` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

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