Get document templates Run in API Explorer
Ask AI
GET
/api/v1/document-template
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-template' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"uuid": "047be79d-3e47-4a1d-84ae-ba0a2eaa2f4f",
"created_at": "2026-04-28T22:34:36+01:00",
"updated_at": "2026-04-28T22:34:36+01:00",
"version": 3,
"name": "Welcome Template",
"required_dependants": {
"client-1": "client"
},
"public_docx_url": "https://api.plannrcrm.com/document-template/30014e1d-e675-47ea-b58a-f97519627e6a/content/docx?plannr_account_uuid=1db47e46-3e79-4086-bffe-8c01004e467e",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/808b22d1-b90e-4192-8ffc-766aefda1935/content/sfdt?plannr_account_uuid=890b75b6-00f2-42ca-b870-5fab42fdd9b4",
"public_pdf_url": "https://api.plannrcrm.com/document-template/7afc6c7e-38f3-48d1-99e4-1eb520cb41ac/content/pdf?plannr_account_uuid=4126036d-0de2-42a4-bd7c-e57e3bed5f43",
"public_preview_url": "https://api.plannrcrm.com/document-template/f399c3d4-44b1-42b4-a74f-62b36b229227/content/preview?plannr_account_uuid=baa8196b-38c3-4539-9da3-8bb59515e02a"
}
]
}