GET
/api/v1/document-template/{documentTemplate_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-template/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "3ce43669-16a8-474a-b1c1-ae84267d8445",
"version": 3,
"created_at": "2025-10-08T10:40:15+01:00",
"updated_at": "2025-10-08T10:40:15+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/89e834e1-9044-48fa-80a1-2573d972a13b/content/pdf?plannr_account_uuid=3ce16c93-08c1-41a2-a544-a559a059c420",
"public_docx_url": "https://api.plannrcrm.com/document-template/0c985524-10d8-46cb-a4f9-58ffe0b9afac/content/docx?plannr_account_uuid=ac5f4593-9f56-46d1-bc82-4663ff2e177e",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/749456fc-187e-4cc4-b2b5-1202a0a037b5/content/sfdt?plannr_account_uuid=e46a4193-53b6-4ad5-ba08-6a272c321c28",
"public_preview_url": "https://api.plannrcrm.com/document-template/fe91d91e-8006-49cb-a335-97f8f14f7307/content/preview?plannr_account_uuid=b6f62b28-bdf8-4f61-b70c-121b8fd83b39",
"required_dependants": {
"client-1": "client"
}
}