---
title: "Connect Practicepanther"
method: POST
path: "/practicepanther/connect"
tags: ["PracticePanther"]
---

# Connect Practicepanther

`POST /practicepanther/connect`

Connect PracticePanther integration for the current customer.

Validates the credentials by attempting to log in to PracticePanther.
If successful, saves the credentials.

## Request body

- PracticePantherConnectRequest — Request to connect PracticePanther integration
  - `username` string, required
  - `password` string, required

## Response `200`

Successful Response

- PracticePantherStatus — PracticePanther connection status
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `credentials_refreshed_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
