Skip to main content
POST
/
matters
/
v1
/
{id}
/
shares
curl -X POST "https://api.case.dev/matters/v1/%3Cstring%3E/shares" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "target_org_id": "<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_

Path Parameters

id
string
required

Body

application/json
target_org_id
string
required
permission
enum<string>
default:read
Available options:
read,
edit
expires_at
string<date-time> | null

Response

201

Matter share created or updated