---
title: "Get Vaults"
method: GET
path: "/vaults"
tags: ["Vaults"]
---

# Get 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.

## Response `200`

Get Vaults

- object
  - `vaults` object[]
    - `name` string
    - `createdAt` string
    - `partnerId` string
    - `id` string
    - `updatedAt` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
