Appearance
Deprecated
Get the default endpoint for the group/chatbot specified or global settings if neither is given.
GET
/backend/v1/endpoint
Get the default endpoint for the group/chatbot specified or global settings if neither is given.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Query Parameters
groupId
ID of group to get the endpoint for.
chatbotId
ID of chatbot to get the endpoint for.
Responses
Successful Response
application/json
JSON
{
"endpoint": {
"chatbotId": "string",
"config": {
"packages": [
{
"blocking": "string",
"enabled": "string",
"flagMessage": "string",
"force": "string",
"id": "string",
"mode": "string",
"version": "string"
}
],
"providerRouting": "string",
"providers": [
{
"default": "string",
"enabled": true,
"id": "string",
"name": "string",
"type": "string"
}
],
"scanners": [
{
"blocking": "string",
"enabled": "string",
"flagMessage": "string",
"force": "string",
"id": "string",
"mode": "string",
"version": "string"
}
]
},
"createdAt": "string",
"groupId": "string",
"id": "string",
"name": "string"
}
}