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": "d2802dd8-21fa-4561-bb04-8d7e16e3f3d4",
"version": 3,
"created_at": "2025-07-17T16:23:22+01:00",
"updated_at": "2025-07-17T16:23:22+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/f28d63b0-ed14-4d37-9b60-85dae759486a/content/pdf?plannr_account_uuid=ed3f0785-8270-4a0a-98e1-d2aadbb9e565",
"public_docx_url": "https://api.plannrcrm.com/document-template/979716d7-7dfc-43d4-baa6-3f560f02fa9c/content/docx?plannr_account_uuid=7c10b1d9-fd21-468e-8f9a-fa02f74ccafc",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/49d83ff4-5430-4dd9-bbbe-c9b71e68cade/content/sfdt?plannr_account_uuid=99ad3644-e3bf-4c09-a363-0a3c95b3b9eb",
"public_preview_url": "https://api.plannrcrm.com/document-template/5bef1cce-e912-408b-958c-7509223fe913/content/preview?plannr_account_uuid=35e1b320-b8ee-4e9e-af99-c2e68625f245",
"required_dependants": {
"client-1": "client"
}
}