---
title: "POST /api/support/token/"
method: POST
path: "/api/support/token/"
tags: ["support"]
---

# POST /api/support/token/

`POST /api/support/token/`

API tokens that support agents use to call the Support Console API on a staff member's behalf.

## Request body

- SupportServiceAccountWithToken
  - `id` string, uuid
  - `label` string — Human-readable name to identify this agent.
  - `prefix` string
  - `created_at` string, date-time
  - `last_active_at` string, date-time, nullable — The last time the user was active. Currently only set for service accounts and support service accounts.
  - `token` string

## Response `201`

---

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