---
title: "Get Practicepanther Settings"
method: GET
path: "/settings/practicepanther"
tags: ["Settings"]
---

# Get Practicepanther Settings

`GET /settings/practicepanther`

Get PracticePanther integration settings for the customer.

Returns PracticePanther settings including auto-creation toggles.
If no settings exist, returns defaults (all auto-create enabled).

## Response `200`

Successful Response

- PracticePantherSettingsResponse — PracticePanther integration settings response model
  - `assigned_to_guid` string, nullable — GUID of the PracticePanther user to assign new contacts and matters to
  - `contact_tag_voice` string, nullable — Tag applied to contacts created by voice agent
  - `contact_tag_chat` string, nullable — Tag applied to contacts created by web chat agent
  - `dry_run` boolean, required — Master override - when enabled, blocks all automatic PracticePanther actions regardless of individual auto-create settings
  - `auto_create_contact` boolean, required — Whether contacts are automatically created in PracticePanther during the call pipeline
  - `auto_create_matter` boolean, required — Whether matters are automatically created in PracticePanther during the call pipeline
  - `auto_create_portal` boolean, required — Whether client portal invitations are automatically sent during the call pipeline
  - `auto_create_call` boolean, required — Whether call activities are automatically created in PracticePanther during the call pipeline

---

[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)
