---
title: "Verify Share Bot"
method: POST
path: "/api/bot/share/verify"
tags: ["Bot"]
---

# Verify Share Bot

`POST /api/bot/share/verify`

Verifies the shared bot using the provided token.

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- BotSchema — Bot Schema.
  - `user_id` string, uuid, nullable — Optional user identifier associated with the bot.
  - `bot_name` string, required — Name of the bot.
  - `case_study` string, required — Case study of the bot.
  - `is_visibility` boolean, nullable — Flag indicating bot visibility.
  - `domain` string[], nullable — List of domains associated with the bot.
  - `collect_customer_info` object, nullable — Dictionary for collecting customer information.
  - `rules` string[], nullable — List of rules associated with the bot.
  - `gpt_model_name` string, nullable — Name of the GPT model used by the bot.
  - `temperature` number, nullable — Temperature setting for GPT model.
  - `custom_prompt` string, nullable — Custom prompt for GPT model.
  - `bot_tone_type` integer, nullable — Type of bot tone.
  - `custom_error_message` string, nullable — Custom error message for the bot.
  - `is_enable_citation` boolean, nullable — Flag indicating citation enablement.
  - `is_activate` boolean, nullable — Flag indicating bot activation.
  - `bot_language` string, nullable — Language used by the bot.
  - `id` string, uuid, required — Unique identifier for the bot.
  - `num_message_left` integer, nullable — Number of messages left for the bot.
  - `created_at` string, date-time, nullable — Timestamp indicating when the bot was created.
  - `updated_at` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
