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": "10fe1d51-a511-4f6b-b92b-8df077c6e9ff",
"version": 3,
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/91ed3caa-5f21-4566-82c4-df22761a1802/content/pdf?plannr_account_uuid=94f2935e-8afe-45aa-80ca-1b4949bf7ca6",
"public_docx_url": "https://api.plannrcrm.com/document-template/988c47fc-d1c6-4b80-839f-31a9ed025e82/content/docx?plannr_account_uuid=7bd13238-0e18-4db3-9bef-e9c00d169bbb",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/ccf9557d-7656-4d28-b417-d69c1b02cd65/content/sfdt?plannr_account_uuid=a110e4dc-4e57-4763-951a-68859299aa4b",
"public_preview_url": "https://api.plannrcrm.com/document-template/1a7dd799-0763-4ded-9523-39d0e8c59366/content/preview?plannr_account_uuid=f6951c89-a39c-40a6-bdf1-a01e81cb8191",
"required_dependants": {
"client-1": "client"
}
}