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": "28b272af-d6a7-45b1-a7e3-62689a26b46e",
"created_at": "2026-04-29T12:53:00+01:00",
"updated_at": "2026-04-29T12:53:00+01:00",
"version": 3,
"name": "Welcome Template",
"required_dependants": {
"client-1": "client"
},
"public_docx_url": "https://api.plannrcrm.com/document-template/73d5b056-d4d5-40bb-ac8a-9f58d4e07b6d/content/docx?plannr_account_uuid=8a385c15-9a8b-48be-b89a-3f98300bafa4",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/b5816d08-a4f7-4823-b01b-12003c87c701/content/sfdt?plannr_account_uuid=ec9ef19c-9add-46ac-b8b2-a2856738eedc",
"public_pdf_url": "https://api.plannrcrm.com/document-template/4f669633-a0d9-43ed-a975-845b4eabaf9c/content/pdf?plannr_account_uuid=60adfb58-ff62-47b2-b345-0824795713ea",
"public_preview_url": "https://api.plannrcrm.com/document-template/ebebcbe8-b127-4b96-b9cc-05a9df674cb4/content/preview?plannr_account_uuid=175a4390-874c-482d-a551-98abe5092d35"
}