Викибот

Список агентов

Возвращает список доступных агентов бота

GET
/agents
/agents

The Authorization access token

Authorization

Authorization<token>

In: header

curl -X GET "https://api.wikibot.pro/api/bot/agents" \
  -H "Authorization: <token>"

Agents response

[
  {
    "id": 0,
    "name": "string",
    "enabled": true
  }
]