Pogodoc
API Reference

Get Template Index HTML

Retrieves the template index.html file from S3 storage. Used for rendering the template in the browser.

GET
/templates/{templateId}/index-html
AuthorizationBearer <token>

In: header

Path Parameters

templateIdstring

ID of the template to be used

Response Body

application/json

curl -X GET "https://api.pogodoc.com/v1/templates/string/index-html"
{
  "indexHtml": "string"
}