Pogodoc
API Reference

Get Template By ID

Fetches a single template by its ID for the authenticated user.

GET
/templates/{templateId}
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": {}
}