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)
{
"name": "Welcome Template",
"uuid": "0345a361-c15b-4d94-9b45-11b573809a9c",
"version": 3,
"created_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/627e9487-7314-4907-808f-f28a58d139e6/content/pdf?plannr_account_uuid=fc8060c0-ddec-4c33-a6cd-53962713660c",
"public_docx_url": "https://api.plannrcrm.com/document-template/1434ab61-df02-4f08-bdca-357fc1126275/content/docx?plannr_account_uuid=3d1e33c5-0d8e-4dc3-bb75-5385c01d94e8",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/424e0dd1-c978-428b-a21f-f98a0c987906/content/sfdt?plannr_account_uuid=44123952-c63c-49df-b2b1-a2b262479f8e",
"public_preview_url": "https://api.plannrcrm.com/document-template/15ba4eae-a0f8-4306-81df-1c2d0ae11054/content/preview?plannr_account_uuid=0d7155ca-b8ee-405a-954a-90ad61b4c65e",
"required_dependants": {
"client-1": "client"
}
}