List Vault Integrations
Credentials & Vault
List Vault Integrations
List the caller’s registered vault integrations. AppRole secret_id values are never returned.
GET
List Vault Integrations
Overview
Returns every vault integration registered by the caller. The storedsecret_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.Integration ID (UUID).
Human-readable name.
Backend type. Always
hashicorp in v1.Vault address.
Vault Enterprise namespace, or
null if unset.Auth method. Always
approle in v1.AppRole role_id.
ISO 8601 timestamp.
ISO 8601 timestamp.
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |