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": "5e28d437-3c0f-4caf-829d-dbd5727b1a47",
"version": 3,
"created_at": "2025-08-07T13:41:43+01:00",
"updated_at": "2025-08-07T13:41:43+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/0bf2167a-89d4-4262-88f1-cb836fec1729/content/pdf?plannr_account_uuid=dc30cfc4-a4d6-46f6-b6c7-286c7ba8771b",
"public_docx_url": "https://api.plannrcrm.com/document-template/409d0e54-35c0-445c-9fa1-8fe10ca23056/content/docx?plannr_account_uuid=58c412a0-06e7-43f8-a7e7-163c2c95c247",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/700d5bf2-83c0-479f-aad1-95c1b2c54104/content/sfdt?plannr_account_uuid=cd7fe184-2969-42f7-9598-067cd8a61951",
"public_preview_url": "https://api.plannrcrm.com/document-template/9e0b0a17-20ef-40ed-82b4-ba3fa66568d2/content/preview?plannr_account_uuid=8a575351-e672-400b-bf7e-a66cf88bb3c2",
"required_dependants": {
"client-1": "client"
}
}