Attach a reusable party to a matter with a matter-specific role.
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/parties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"party_id": "<string>",
"role": "client",
"is_primary": true,
"notes": "<string>",
"metadata": {},
"custom_fields": {},
"set_as_client": true
}
'API key starting with sk_case_
Matter party attached
Was this page helpful?
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/parties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"party_id": "<string>",
"role": "client",
"is_primary": true,
"notes": "<string>",
"metadata": {},
"custom_fields": {},
"set_as_client": true
}
'