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": "ebab6a87-cdc5-4073-8d69-2d234ec44038",
"version": 3,
"created_at": "2025-06-17T14:20:20+01:00",
"updated_at": "2025-06-17T14:20:20+01:00",
"public_pdf_url": "https://plannr.valet/document-template/5e08361f-151a-48c4-8bb1-dd93b6c9bb2b/content/pdf?plannr_account_uuid=38a48ed8-e327-4c28-9c72-e51a274f867b",
"public_docx_url": "https://plannr.valet/document-template/9933553f-c2ba-47bb-8179-7230d2dd293d/content/docx?plannr_account_uuid=c431d42b-143a-4767-b146-eb3dd14265d0",
"public_sfdt_url": "https://plannr.valet/document-template/6c6a53a1-7acc-4021-a44d-bed90e2d51b3/content/sfdt?plannr_account_uuid=46bf3623-7d65-473e-9942-b418ba099c4b",
"public_preview_url": "https://plannr.valet/document-template/ec671f84-66d1-4f4b-85f6-d63ca2e95bcb/content/preview?plannr_account_uuid=61d52fe0-5928-4e95-b67d-eb840d079371",
"required_dependants": {
"client-1": "client"
}
}