---
title: "Get Participant Budget (POST)"
method: POST
path: "/api/v1/participant_info/budget"
---

# Get Participant Budget (POST)

`POST /api/v1/participant_info/budget`

Retrieve formatted budget information for a participant using POST request body.

## Request body

- ParticipantIdRequest — Base request model with participant ID.
  - `participant_id` string, required — Participant ID

## Response `200`

Successful Response

- AppSchemasParticipantInfoBudgetResponse — Response model for participant budget.
  - `budget` object[], required — Budget data with types, categories, and items
  - `plan_information` object, required — Plan information including dates and usage

## Other responses

- `400` — Bad request
- `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-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
