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": "08311bc9-ad84-471a-8e34-a54fd4ae03b3",
"version": 3,
"created_at": "2025-04-02T13:27:56+01:00",
"updated_at": "2025-04-02T13:27:56+01:00",
"public_pdf_url": "https://plannr.valet/document-template/36110732-3e49-4237-b335-cc81e488942a/content/pdf?plannr_account_uuid=1837a866-9eaa-42bc-bba6-70d1e55c6805",
"public_docx_url": "https://plannr.valet/document-template/015cd0d2-e7a3-43a7-85ac-1a8833a454d3/content/docx?plannr_account_uuid=d2a9b5ee-bbed-490f-b5e5-6bb660af4436",
"public_sfdt_url": "https://plannr.valet/document-template/6c4a697e-f923-4321-adfd-fe719ebd0020/content/sfdt?plannr_account_uuid=6214e3d9-a20c-4526-a96c-9529eb94bd1e",
"public_preview_url": "https://plannr.valet/document-template/09b21746-6f60-465d-9d30-2c9818e979d8/content/preview?plannr_account_uuid=99f39e42-54ed-4729-88f0-a9ffab8f27a0",
"required_dependants": {
"client-1": "client"
}
}