Get a document template
Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
documentTemplate_uuid
string Required
GET
/api/v1/document-template/{documentTemplate_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-template/documentTemplate_uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "13775ae9-6217-4417-bb3e-b31ca211a84c",
"version": 3,
"created_at": "2025-06-24T10:15:13+01:00",
"updated_at": "2025-06-24T10:15:13+01:00",
"public_pdf_url": "https://plannr.valet/document-template/14438703-e14a-4701-9cf9-bb660f254b97/content/pdf?plannr_account_uuid=96ad7d2f-56ae-499a-8124-78d7d3b4f6eb",
"public_docx_url": "https://plannr.valet/document-template/d54130b9-1340-4921-ad9a-23b2109b8f77/content/docx?plannr_account_uuid=c524ef4c-b6c0-4036-b5a1-32bc35afe053",
"public_sfdt_url": "https://plannr.valet/document-template/be511fae-f2c6-46bc-963e-a6a9efd465c6/content/sfdt?plannr_account_uuid=beac21fd-4f5b-4cd7-ac3d-a46665c37337",
"public_preview_url": "https://plannr.valet/document-template/01a0a2bb-bcb4-4511-8668-28eeaeb72b8d/content/preview?plannr_account_uuid=5191efbc-f577-459d-9877-907be19edccd",
"required_dependants": {
"client-1": "client"
}
}