Skip to main content
POST
/
vault
/
{id}
/
shares

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

Body

application/json
target_org_id
string
required

The organization ID to grant access to

permission
enum<string>
default:read

Permission level (only "read" is supported currently)

Available options:
read
expires_at
string<date-time> | null

Optional expiration timestamp for the share

Response

Share created or updated successfully