---
title: "Create new API key"
method: POST
path: "/apps/{appId}/apikeys"
tags: ["Applications"]
---

# Create new API key

`POST /apps/{appId}/apikeys`

## Path parameters

- `appId` integer, required

## Query parameters

- `name` string, required
- `api_partner_id` integer, nullable

## Response `200`

Success

- ApiResponse
  - `code` integer
  - `type` string
  - `message` string

## Other responses

- `404` — App or key not found

---

[API](https://skmtc.net/sinao/apis/sinao-api.md) · [All operations](https://skmtc.net/sinao/apis/sinao-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinao/sinao-api/revisions/436b47b78bf4/schema)
