Skip to main content
POST
/
vault
/
groups
Create vault group
curl --request POST \
  --url https://api.case.dev/vault/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
name
string
required

Human-readable name for the vault group

description
string

Optional description of the vault group purpose

Response

Vault group created successfully