Get a document template Run in API Explorer
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": "aaf517aa-10eb-4725-a7fc-c5e5352c510f",
"version": 3,
"created_at": "2025-11-17T21:14:39+00:00",
"updated_at": "2025-11-17T21:14:39+00:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/5b8575ff-ef09-4869-9e62-45104f7c8710/content/pdf?plannr_account_uuid=eddb66f7-c669-42c2-a33e-c66e10b62f9e",
"public_docx_url": "https://api.plannrcrm.com/document-template/22b10790-1413-4aa1-b95b-2d2f80d6f400/content/docx?plannr_account_uuid=1d30cc1f-f12b-46e9-8c30-ac804ddd79ac",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/3115134e-bc7f-46c7-be50-875e558f40f0/content/sfdt?plannr_account_uuid=11877d09-a59f-4599-a500-5dd4c0ac27b5",
"public_preview_url": "https://api.plannrcrm.com/document-template/95bd4ec0-0f1a-4b8b-8f78-f6c40989ae6d/content/preview?plannr_account_uuid=53e7ce37-97e0-4d96-9bdf-ed6d70e93d4e",
"required_dependants": {
"client-1": "client"
}
}