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": "fb379ae8-fb00-483c-b788-82910030fcca",
"version": 3,
"created_at": "2025-04-22T13:44:19+01:00",
"updated_at": "2025-04-22T13:44:19+01:00",
"public_pdf_url": "https://plannr.valet/document-template/8165f596-1c05-43ec-8a0f-d94e5b2a168c/content/pdf?plannr_account_uuid=9a9f1b18-77a8-48b0-9ac0-9b99090127d6",
"public_docx_url": "https://plannr.valet/document-template/f64d1999-6749-4b15-b922-1741d04aaf49/content/docx?plannr_account_uuid=aea4a32f-4eaf-412e-957e-4d55547968f8",
"public_sfdt_url": "https://plannr.valet/document-template/f9fa0158-9c8f-4383-af31-26504e426b16/content/sfdt?plannr_account_uuid=eb540f75-12b4-4c79-ae5c-1c18adca356e",
"public_preview_url": "https://plannr.valet/document-template/08e4a4e4-a6b6-41d6-a163-8a388400e397/content/preview?plannr_account_uuid=83e85b7e-bba0-4c82-9dbe-0f2cbf0a6c3e",
"required_dependants": {
"client-1": "client"
}
}