Skip to main content
GET
Retrieve a vault
Fetches a single vault config. The stored service account token is write-only and is never included in the response. Returns the vault object.

Path parameters

string
required
The vault config’s id (UUID).

The vault object

string
Unique vault config identifier (UUID).
string
Organization that owns the config (UUID).
string
Human-readable label.
object
Provider settings.
  • provider (string): Secrets provider. Currently always onepassword.
  • op_vault_id (string): Identifier of the 1Password vault credentials are read from.
string
ISO 8601 creation timestamp.
string
ISO 8601 timestamp of the last change.

Examples

Response

Errors