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.