Skip to content
Deprecated

Get endpoints matching the given filter criteria.

GET
/backend/v1/endpoints

Get endpoints matching the given filter criteria.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Query Parameters

groupId

ID of group to get endpoints for.

chatbotId

ID of chatbot to get endpoints for.

Responses

Successful Response
application/json
JSON
{
"endpoints": [
{
"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"
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: