---
title: "account/keys/add"
method: POST
path: "/account/keys/add"
tags: ["API Key Endpoints"]
---

# account/keys/add

`POST /account/keys/add`

This endpoint allows the user to add an API key associated to their 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
  - `Key` object — The API Key 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
      - `Key` string — The actual key value
      - `Secret` string — The secret associated with the key
      - `AccessScope` string — The scope of access associated with the 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)
