Get a document template Run in API Explorer
Ask AI
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": "21628310-37bc-48d8-8001-07a2455b3516",
"version": 3,
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/821bb76a-037d-4b8d-b872-e07c5e0e9e44/content/pdf?plannr_account_uuid=68e4b1b3-5a43-49bd-ad5a-272731544491",
"public_docx_url": "https://api.plannrcrm.com/document-template/1f15a7ab-41dc-4df5-9e47-38a4ba3e55c3/content/docx?plannr_account_uuid=1ee0a34e-5e71-4bb5-8890-2a9d0c2f48f6",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/96dccdbe-ed81-4d0a-a114-88d8c38af957/content/sfdt?plannr_account_uuid=0996e1c7-1d33-4cb4-8438-e7462b6766cc",
"public_preview_url": "https://api.plannrcrm.com/document-template/d74b03f0-0465-4cc9-86ea-67f36dfe6db3/content/preview?plannr_account_uuid=feed064d-7020-4bcd-a95a-b51a6a239577",
"required_dependants": {
"client-1": "client"
}
}