Skip to main content
POST
Create Vault

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspace_id
string<uuid>
required
name
string
required
description
string | null
is_personal
boolean
default:false

Response

Successful Response

id
string<uuid>
required
workspace_id
string<uuid>
required
name
string
required
description
string | null
required
is_default
boolean
required
is_personal
boolean
required
owner_user_id
string | null
required
created_at
string<date-time>
required
collaborator_count
integer
default:0
my_role
string | null