Skip to main content
GET
/
vault
/
{id}
/
shares
{
  "shares": [
    {
      "id": "<string>",
      "vault_id": "<string>",
      "target_org_id": "<string>",
      "permission": "<string>",
      "expires_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

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

Vault ID

Response

List of shares

shares
object[]