Vault
List vault connections
List all connected vault providers for the authenticated user.
get/v1/vault/connections
Response
Vault connections retrieved successfully.
Example response
{
"connections": [
{
"id": "conn_123",
"provider": "1password",
"connectionStatus": "connected",
"lastValidatedAt": "2026-04-05T12:00:00Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.