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": "01f60fdc-b448-4edd-8f47-b90a6468d1dd",
"version": 3,
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/80253768-4c7b-46c5-9cb0-39b755ffd9c9/content/pdf?plannr_account_uuid=95b339a8-74cf-4b96-9998-11a98c553113",
"public_docx_url": "https://api.plannrcrm.com/document-template/0faf784a-bcb7-4e9b-98b0-9286475a93c0/content/docx?plannr_account_uuid=680c6679-31f8-403b-99c7-62d1b5d7466a",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/4a90615e-b047-4bf7-95fa-c1f781a0d39a/content/sfdt?plannr_account_uuid=fc036a84-d74c-417c-acd0-73cc111566ee",
"public_preview_url": "https://api.plannrcrm.com/document-template/72c48e25-7f72-40f5-9351-c359717a7482/content/preview?plannr_account_uuid=656a2a07-d47e-438e-864d-5be57b4aadd7",
"required_dependants": {
"client-1": "client"
}
}