API
Get chatbots
The Get Chatbots API endpoint allows you to retrieve a list of all chatbots associated with your API key.
Endpoint
Request Headers
The API request must include the following headers:
Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.Accept: application/json
- The accepted response content type.
Example Request
Response
- 200: Returns an array
chatbots[]
containing each chatbot’s parameters. - 401: If the request is unauthorized.
- 500: If there is an internal server error.
The Get Chatbots API endpoint provides a way to retrieve a list of all chatbots associated with your API key. Each entry in the response array contains all parameters of the respective chatbot.