List vaults
GET /vault
List all vault accounts for the authenticated tenant.
Responses
A list of vaults.
- idstring
- labelstring
Human-readable vault name.
GET /vault
List all vault accounts for the authenticated tenant.
A list of vaults.
Human-readable vault name.
curl "https://api.stridge.dev/v1/vault" \
-H "X-API-Key: $STRIDGE_API_KEY"Set your key as STRIDGE_API_KEY (sent as X-API-Key).