Skip to main content
GET
List Vault Integrations

Overview

Returns every vault integration registered by the caller. The stored secret_id is never included in responses — only the public metadata (name, address, namespace, auth method, role ID, timestamps) is returned.

Example Request

Response

Success Response (200)

Returns an array of integration records.
string
Integration ID (UUID).
string
Human-readable name.
string
Backend type. Always hashicorp in v1.
string
Vault address.
string
Vault Enterprise namespace, or null if unset.
string
Auth method. Always approle in v1.
string
AppRole role_id.
string
ISO 8601 timestamp.
string
ISO 8601 timestamp.
Example Response:

Error Responses