GET
/
api
/
bot

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Bot response schema.

bot_name
string
required

Name of the bot.

case_study
string
required

Description or case study associated with the bot.

id
string
required

Unique identifier for the bot.

user_id
string
required

Identifier of the user associated with the bot.

collect_customer_info
object

Information collected from customers in JSON format.

domain
string[]

List of domains associated with the bot.

is_activate
boolean
default:
true

Flag indicating whether the bot is activated.

is_deleted
boolean
default:
false

Flag indicating whether the bot is deleted.

is_visibility
boolean
default:
true

Flag indicating whether the bot is visible.

rate_limit_per_day
integer
default:
100

Maximum number of requests allowed per day.