Skip to main content
Two read-only InsiteChat API endpoints for inspecting the chatbots on your account. Useful for building custom dashboards, dropdown pickers, or any workflow that needs to enumerate the chatbots you own.

List Chatbots

Returns every chatbot owned by the API key’s user (excluding soft-deleted ones).

Request

Response

A bare JSON array (no wrapping envelope):

Response Fields

Get Chatbot Details

Returns the configuration for a single chatbot.

Request

Response

Response Fields

Chatbot IDs are bare UUIDs — there is no bot_ prefix. You can also find a chatbot’s UUID in the dashboard URL (/dashboard/chatbots/{uuid}/...).

Error Responses

Error bodies use Django Ninja’s default {"detail": "..."} shape.