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": "e3975ea6-1446-4759-b60b-fd4311590479",
"version": 3,
"created_at": "2025-05-14T18:27:14+01:00",
"updated_at": "2025-05-14T18:27:14+01:00",
"public_pdf_url": "https://plannr.valet/document-template/2fe975d7-a416-44fc-b9c7-9607a35fe215/content/pdf?plannr_account_uuid=20ab2f54-daf9-4037-b9b5-e41ede7a5847",
"public_docx_url": "https://plannr.valet/document-template/ac60ce5c-a8ef-4642-a350-b6ac723d1694/content/docx?plannr_account_uuid=968c45e0-ce5c-462b-90e0-0bb10d6dcb17",
"public_sfdt_url": "https://plannr.valet/document-template/cd3dd545-328d-4fce-8736-1fd5b42b822a/content/sfdt?plannr_account_uuid=9b97b7f8-57f5-432c-b6e9-113bbfde7c16",
"public_preview_url": "https://plannr.valet/document-template/f723f35a-9596-4b1b-b012-1bca79369102/content/preview?plannr_account_uuid=82aea651-6ec3-4826-9a3c-effa181ee3c3",
"required_dependants": {
"client-1": "client"
}
}