API Reference
Get Template Index HTML
Retrieves the template index.html file from S3 storage. Used for rendering the template in the browser.
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"
}