---
title: "GET /bots/{id}/tokens"
method: GET
path: "/bots/{id}/tokens"
tags: ["Bots"]
---

# GET /bots/{id}/tokens

`GET /bots/{id}/tokens`

GET operation for /bots/{id}/tokens

## Path parameters

- `id` string, required

## Response `200`

Successful response

- BotWidgetTokenSerializer
  - `id` integer
  - `name` string
  - `token` string
  - `expires_at` string, date-time
  - `created_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
