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": "f71591fa-03b3-4983-b16e-79c615115824",
"version": 3,
"created_at": "2025-06-04T16:49:36+01:00",
"updated_at": "2025-06-04T16:49:36+01:00",
"public_pdf_url": "https://plannr.valet/document-template/7c386187-b98d-4e8c-9233-0039bcc9f8b7/content/pdf?plannr_account_uuid=a58b8737-226b-4ce0-9a6e-bd15085c52ad",
"public_docx_url": "https://plannr.valet/document-template/44d7092e-da4d-492f-bbff-94257244d530/content/docx?plannr_account_uuid=1b024f24-0332-4e74-9f1b-d339f2aefb27",
"public_sfdt_url": "https://plannr.valet/document-template/7e451352-fa5c-4a71-ac8a-df120d0ba445/content/sfdt?plannr_account_uuid=23bfc42b-2807-4424-a028-dc886b434731",
"public_preview_url": "https://plannr.valet/document-template/46c31a91-8229-4c33-a77a-4cf6badf1987/content/preview?plannr_account_uuid=f8d091fe-39a7-449e-918f-d745a9567fab",
"required_dependants": {
"client-1": "client"
}
}