---
title: "POST /v0.1/api_tokens"
method: POST
path: "/v0.1/api_tokens"
tags: ["account"]
---

# POST /v0.1/api_tokens

`POST /v0.1/api_tokens`

Creates a new User API token

## Request body

- object
  - `description` string — The description of the token
  - `scope` string[] — The scope for this token.

## Response `201`

Success

- object
  - `id` string, required — The unique id (UUID) of the api token
  - `api_token` string, required — The api token generated will not be accessible again
  - `description` string — The description of the token
  - `scope` string[] — The scope for this token.
  - `created_at` string, required — The creation time

## Other responses

- `400` — Error
- `401` — Unauthorized

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
