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": "af8e2ac1-c885-468d-b96a-3ab410745d38",
"version": 3,
"created_at": "2025-06-25T15:10:44+01:00",
"updated_at": "2025-06-25T15:10:44+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/7b2d5b81-0e93-4a98-9c0f-bab762554196/content/pdf?plannr_account_uuid=12536a4b-4fac-4fec-a1ac-7614ba70349b",
"public_docx_url": "https://api.plannrcrm.com/document-template/006eb74a-e263-495e-87bc-a3659e24f76b/content/docx?plannr_account_uuid=87069975-b24c-4118-aa6f-c0f1146fd5a3",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/2f2aea04-a82e-4a8b-8b6d-503a91fdd4d9/content/sfdt?plannr_account_uuid=5802e5e7-f702-4614-a91f-d6ad2f43e47a",
"public_preview_url": "https://api.plannrcrm.com/document-template/eebf4b78-8b22-41ce-83b6-afcdd960d2a1/content/preview?plannr_account_uuid=db58cbce-1ca3-48fd-a04c-7f8b1b8413eb",
"required_dependants": {
"client-1": "client"
}
}