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)
[
{
"uuid": "9dfef41b-cdac-4b48-8330-796b4b2b36db",
"created_at": "2026-07-17T15:25:29+01:00",
"updated_at": "2026-07-17T15:25:29+01:00",
"version": 3,
"name": "Welcome Template",
"required_dependants": {
"client-1": "client"
},
"public_docx_url": "https://api.plannrcrm.com/document-template/b8ca5f12-2117-4149-92db-950526002345/content/docx?plannr_account_uuid=6f40704b-dc29-4b79-9a18-93e6c6f6c6c5",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/f927da0e-7477-4792-96d1-304c6a3f74cb/content/sfdt?plannr_account_uuid=b70bd236-c093-464d-a6ee-665302a0ab4c",
"public_pdf_url": "https://api.plannrcrm.com/document-template/88570728-e428-4302-964a-97a29a1d2640/content/pdf?plannr_account_uuid=3cf2715b-ec22-4890-b905-c147feffb9d4",
"public_preview_url": "https://api.plannrcrm.com/document-template/6c94ffa9-b864-4ce4-895b-753b02f5449f/content/preview?plannr_account_uuid=3dd43db0-1964-480b-a57b-ba5c42ed345c"
}
]