Fetch Chatbots
get
Retrieves a list of chatbots associated with the authenticated user.
Authorizations
Responses
200
Successful response
application/json
401
Authentication information is missing or invalid
500
Internal server error
application/json
get
GET /v1/integrations/chatbots HTTP/1.1
Host: api.igenchat.com
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"_id": "text",
"name": "text",
"user_id": "text",
"chatbot_id": "text",
"source_url": "text",
"visibility": "public",
"created_at": "2025-06-24T23:54:42.634Z",
"allowed_domains": [
"text"
],
"ip_limit": 1,
"ip_limit_timeframe": 1,
"ip_limit_message": "text",
"modelType": "text",
"num_of_characters": 1,
"last_trained_at": "2025-06-24T23:54:42.634Z",
"status": "pending",
"temp": 0,
"only_allow_on_added_domains": false,
"custom_domains": [
"text"
],
"__v": 1,
"styles": {}
}
]
Last updated