StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/bot/prompt-templates/{id}

GET
/api/dashboard/bot/prompt-templates/{id}

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/dashboard/bot/prompt-templates/string"
{  "content": "string",  "createdAt": "string",  "id": 0,  "isActive": true,  "name": "string",  "updatedAt": "string"}