---
title: "Get Service Bookings (POST)"
method: POST
path: "/api/v1/participant_info/bookings"
---

# Get Service Bookings (POST)

`POST /api/v1/participant_info/bookings`

Retrieve service bookings 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

- BookingsResponse — Response model for participant service bookings.
  - `bookings` object[], required — Service bookings data
  - `total_bookings` integer, required — Total number of bookings

## 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.dev/caresquare/apis/fastapi/revisions/12dd4779f835?raw)
