---
title: "POST /ApiKeys"
method: POST
path: "/ApiKeys"
tags: ["ApiKeys"]
---

# POST /ApiKeys

`POST /ApiKeys`

## Query parameters

- `api-version` string

## Request body

- ApiKey
  - `key` string, nullable — The api key.
  - `tag` string, nullable — Gets or sets the tag/name of the api key.
  - `id` string, nullable
  - `createdOn` integer
  - `createdBy` string, nullable
  - `modifiedOn` integer
  - `modifiedBy` string, nullable

## Response `201`

Success

- ApiKey
  - `key` string, nullable — The api key.
  - `tag` string, nullable — Gets or sets the tag/name of the api key.
  - `id` string, nullable
  - `createdOn` integer
  - `createdBy` string, nullable
  - `modifiedOn` integer
  - `modifiedBy` string, nullable

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
