Fetch Chatbots
get
Retrieves a list of chatbots associated with the authenticated user.
Authorizations
x-api-keystringRequired
Responses
200
Successful response
application/json
401
Authentication information is missing or invalid
500
Internal server error
application/json
get
/integrations/chatbotsGET /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-12-06T03:48:05.481Z",
"allowed_domains": [
"text"
],
"ip_limit": 1,
"ip_limit_timeframe": 1,
"ip_limit_message": "text",
"modelType": "text",
"num_of_characters": 1,
"last_trained_at": "2025-12-06T03:48:05.481Z",
"status": "pending",
"temp": 0,
"only_allow_on_added_domains": false,
"custom_domains": [
"text"
],
"__v": 1,
"styles": {}
}
]Last updated