---
title: "Creates a chatterbox token"
method: POST
path: "/chat/token/chatterbox"
tags: ["Chat"]
---

# Creates a chatterbox token

`POST /chat/token/chatterbox`

Creates a token used in the chatterbox

## Request body

- object

## Response `200`

The created chatterbox tokens

- ChatterboxTokenResponseDef
  - `access_tokens` AccessTokensItem[], required
    - `type` string, required
    - `value` string, required

## Other responses

- `400` — Chatterbox token generation validation error
- `401` — Failed to authenticate the user making the request
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
