Grant another organization scoped access to this matter and its primary vault.
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/shares \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_org_id": "<string>",
"permission": "read",
"expires_at": "2023-11-07T05:31:56Z"
}
'API key starting with sk_case_
Matter share created or updated
Was this page helpful?
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/shares \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_org_id": "<string>",
"permission": "read",
"expires_at": "2023-11-07T05:31:56Z"
}
'