Skip to main content
POST
/
matters
/
v1
curl -X POST "https://api.case.dev/matters/v1" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "<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
title
string
required
display_id
string
description
string
status
enum<string>
Available options:
intake,
open,
pending,
closed,
archived
matter_type
string
practice_area
string
subtype
string
client_party_id
string | null
client_name
string
responsible_attorney_id
string
jurisdiction
object
important_dates
object
billing
object
metadata
object
custom_fields
object
vault_id
string
vault
object

Response

Matter created