---
title: "Create API token"
method: POST
path: "/api_tokens"
tags: ["api tokens"]
---

# Create API token

`POST /api_tokens`

Create additional API tokens for your organization.

## Query parameters

- `title` string

## Response `201`

The token was created successfully.

- APIToken
  - `id` integer — The unique ID of the API token.
  - `title` string, nullable — The title of the token. Can be null.
  - `token` string — The token string.

## Other responses

- `404` — Not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
