---
title: "Get vaults"
method: GET
path: "/vaults"
tags: ["Vault"]
---

# Get vaults

`GET /vaults`

The vaults endpoint returns information about the vaults a user has.   
A vault contains credentials

## Response `200`

An array of vaults

- Vault[]
  - `vault_id` integer — The id of the vault, generated by uniqid()
  - `name` string — Name of the vault
  - `created` string, dateTime — Time the vault was created

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/nextcloud/apis/passman-api.md) · [All operations](https://skmtc.net/nextcloud/apis/passman-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextcloud/passman-api/versions/79e52d7d686a/schema)
