ChatbotGen API REST 1.0
OAS3
/schema_swagger.jsonChatbotGen API, version 1.0. Please contact our support if you need more information.
Authorization is done via API tokens. You can create an API token for a user on the dashboard or by calling the `POST /auth` endpoint with the user's email and password. This will return an API token that can be used for subsequent requests. API tokens can be passed in the `Authorization` header as a bearer token.For example:
curl https://www.chatbotgen.com/api/v1/me -H "Accept: application/json" -H "Authorization: Bearer Fgk8DRgmgBbCBeiNj7PiziPe"
Servers