StatsHub Docs
Endpoint referenceDashboard

/dashboard/bot/prompt-templates

SECURITY: unauthenticated, as in the original, whose comment says the check was skipped "to make it work".

GET
/api/v2/dashboard/bot/prompt-templates

SECURITY: unauthenticated, as in the original, whose comment says the check was skipped "to make it work". See DashboardBotToggle.

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/dashboard/bot/prompt-templates"
[  {    "$schema": "https://example.com/schemas/BotPromptTemplates.json",    "content": "string",    "createdAt": "string",    "id": 0,    "isActive": true,    "name": "string",    "updatedAt": "string"  }]