Get a document template
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET
/api/v1/document-template/{documentTemplate_uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/document-template/documentTemplate_uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "be61ece1-0e85-4f55-8b77-52fb97ecffa0",
"version": 3,
"created_at": "2025-01-21T09:11:10+00:00",
"updated_at": "2025-01-21T09:11:10+00:00",
"public_pdf_url": "https://plannr.valet/document-template/9e653e9e-c57b-4c3e-9c8b-73771f5d0f74/content/pdf?plannr_account_uuid=119bdb48-64e9-415b-bf4e-8c54b3820489",
"public_docx_url": "https://plannr.valet/document-template/57770164-b1a5-4426-bacf-0735536d177a/content/docx?plannr_account_uuid=22f643bf-7751-45cd-a30c-ae3b5c3253c6",
"public_sfdt_url": "https://plannr.valet/document-template/27f2b05a-ce16-49d3-8a18-43286cbe8200/content/sfdt?plannr_account_uuid=53b056bb-425e-43c2-8fe6-909be2f0cf16",
"public_preview_url": "https://plannr.valet/document-template/968e0dbc-a6e8-409c-9b1b-ca9dea311ecc/content/preview?plannr_account_uuid=cc4d300c-8a11-4ced-b9d0-3cc477bb6f04",
"required_dependants": {
"client-1": "client"
}
}