---
title: "Get Pending Approval Count"
method: GET
path: "/api/v1/mobile/claims/{participant_id}/pending-approval-count"
tags: ["Mobile - Claims"]
---

# Get Pending Approval Count

`GET /api/v1/mobile/claims/{participant_id}/pending-approval-count`

Get count of invoices pending approval for a participant.

## Path parameters

- `participant_id` string, required — Participant ID

## Headers

- `authorization` string, required — Bearer token

## Response `200`

Successful Response

- PendingApprovalCountResponse
  - `count` integer, required

## Other responses

- `401` — Unauthorized
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
