cURL
curl --request GET \ --url https://api.ngrok.com/vaults \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "vaults": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "updated_at": "<string>", "name": "<string>", "description": "<string>", "metadata": "<string>", "created_by": "<string>", "last_updated_by": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all Vaults owned by account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The list of Vaults for this account
Show child attributes
identifier for Vault
URI of this Vault API resource
Timestamp when the Vault was created (RFC 3339 format)
Timestamp when the Vault was last updated (RFC 3339 format)
Name of vault
description of Vault
Arbitrary user-defined metadata for this Vault
Reference to who created this Vault
n/a
URI of the next page of results, or null if there is no next page
Was this page helpful?