GET
/
api
/
bot
curl --request GET \
  --url https://backend.chatfly.co/api/bot
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bot_name": "<string>",
  "case_study": "<string>",
  "is_visibility": true,
  "domain": [],
  "collect_customer_info": {},
  "is_activate": true,
  "is_deleted": false,
  "rate_limit_per_day": 100
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Bot response schema.