API Reference
Get Template By ID
Fetches a single template by its ID for the authenticated user.
AuthorizationBearer <token>
In: header
Path Parameters
templateIdstring
UUID of the template
Response Body
application/json
curl -X GET "https://api.pogodoc.com/v1/templates/string"{
"uuid": "string",
"title": "string",
"description": {},
"type": "docx",
"categories": [
"string"
],
"permissions": "public",
"preview": {},
"contentId": "string",
"sourceCode": {},
"sampleData": {}
}