---
title: "Handle Provider Endpoint"
method: POST
path: "/api/v1/handle_provider"
---

# Handle Provider Endpoint

`POST /api/v1/handle_provider`

## Request body

- HandleProviderRequest
  - `abn` string, required
  - `plan_manager_id` string, required
  - `vendor_name` string, nullable
  - `participant_id` string, nullable
  - `multiple_participants` boolean, nullable
  - `bsb` string, nullable
  - `account_number` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation 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)
