---
title: "Create Matter"
method: POST
path: "/practicepanther/matters/create"
tags: ["PracticePanther"]
---

# Create Matter

`POST /practicepanther/matters/create`

Create a matter/project in PracticePanther. Developer access required.

## Request body

- PracticePantherCreateMatterRequest — Request to create a matter/project in PracticePanther
  - `account_guid` string, required
  - `name` string, required
  - `notes` string, nullable
  - `flat_rate` string, nullable
  - `hourly_rate_type` string, nullable
  - `status` string, nullable

## Response `200`

Successful Response

- PracticePantherCreateMatterResponse — Response from creating a matter
  - `success` boolean, required
  - `project_guid` string, nullable
  - `message` string, required

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