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": "d9224add-a807-4b0f-9948-123d27e2645c",
"created_at": "2026-05-19T18:31:17+01:00",
"updated_at": "2026-05-19T18:31:17+01:00",
"version": 3,
"name": "Welcome Template",
"required_dependants": {
"client-1": "client"
},
"public_docx_url": "https://api.plannrcrm.com/document-template/bcaa1b95-c4fd-49aa-b366-8d7d3eb7b878/content/docx?plannr_account_uuid=e2e30b8b-2466-42a8-87df-ca00b6b4e6ec",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/bcca5f4f-61d3-410d-a302-34248789cd9b/content/sfdt?plannr_account_uuid=f1f26b42-31d6-472b-ad21-9f3e4109969d",
"public_pdf_url": "https://api.plannrcrm.com/document-template/3ec10d58-f8a4-414c-8530-dde244ca47c1/content/pdf?plannr_account_uuid=132fe685-b0b6-4ce2-94ee-a6c66adbd93f",
"public_preview_url": "https://api.plannrcrm.com/document-template/a42c33cc-c1cb-4832-bef7-0320dd2ca0f1/content/preview?plannr_account_uuid=a799a14f-5feb-4070-bb8e-825e9eeddcee"
}
]
}