v1

latestOpenAPI 3.1.02026-07-26460218.4 KB
Vaults

Get Vaults

This is a GET request and it is used to "get" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have id=1).

A successful GET response will have a 200 OK status, and should include some kind of response body - for example, HTML web content or JSON data.

get/vaults

Response

Get Vaults

Example response

{
  "vaults": [
    {
      "name": "Collection Test Vault",
      "createdAt": "2025-10-31T13:06:27.143Z",
      "partnerId": "7882e37a-51c7-4e6f-80cc-4d9ca99e39ae",
      "id": "ec96d00e-67d3-4da0-8022-cf267f7e67e5",
      "updatedAt": "2025-10-31T13:07:35.313Z"
    }
  ]
}