Skip to main content
POST
/
matters
/
v1
/
parties
curl -X POST "https://api.case.dev/matters/v1/parties" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "<string>" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
name
string
required
type
enum<string>
Available options:
person,
organization
email
string
phone
string
addresses
object[]
metadata
object
custom_fields
object
notes
string | null

Response

201

Party created