Skip to main content
POST
/
matters
/
v1
/
{id}
/
parties
curl -X POST "https://api.case.dev/matters/v1/%3Cstring%3E/parties" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "party_id": "<string>", "role": "client" }'

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_

Path Parameters

id
string
required

Body

application/json
party_id
string
required
role
enum<string>
required
Available options:
client,
prospect,
opposing_party,
opposing_counsel,
co_counsel,
judge,
expert,
witness,
vendor,
insurer,
other
is_primary
boolean
notes
string | null
metadata
object
custom_fields
object
set_as_client
boolean

Response

201

Matter party attached