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": "fc9972d0-79e9-46a3-bfe2-f611e24f4e34",
"version": 3,
"created_at": "2025-08-27T17:31:26+01:00",
"updated_at": "2025-08-27T17:31:26+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/b27ba0e6-3f8e-445f-bfa6-6bd10fa935f0/content/pdf?plannr_account_uuid=f7e2ec3f-587f-4781-9bf5-32e8a838ba65",
"public_docx_url": "https://api.plannrcrm.com/document-template/48c1084f-6d07-4126-88b5-c1441f255c97/content/docx?plannr_account_uuid=2609d331-f898-4435-92ca-bfb8431551f4",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/0a63e353-6a9b-4a8e-ab93-f624284a753b/content/sfdt?plannr_account_uuid=492a6d03-7f9e-42b6-9e06-2ebc2bc3c4c2",
"public_preview_url": "https://api.plannrcrm.com/document-template/15663f53-f1ab-423e-a550-4963b4537509/content/preview?plannr_account_uuid=24c63d16-a88d-4b20-93c0-7147d338dd23",
"required_dependants": {
"client-1": "client"
}
}