---
title: "partner/keys"
method: GET
path: "/partner/keys"
tags: ["API Key Endpoints"]
---

# partner/keys

`GET /partner/keys`

This endpoint allows the user to fetch the API key IDs associated with their partner account.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Keys` object — API Keys associated with the account
    - `0` object
      - `KeyID` integer — ID associated with the key. Can be used with the retrieve endpoint to get sensitive key data
      - `Label` string — The user submitted label for the API Key

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
