---
title: "Has Pending Attendance Requests [beta]"
method: GET
path: "/attendance-request/has-pending"
tags: ["[v3] Attendance Requests"]
---

# Has Pending Attendance Requests [beta]

`GET /attendance-request/has-pending`

Checks if the current user has any pending attendance requests to process. Note: This is a beta version.

## Response `200`

Returns information whether the user has pending attendance requests.

- object
  - `has_pending` boolean — True if there are pending requests, false otherwise.

## Other responses

- `401` — Unauthorized
- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.

---

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