Get a document template
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
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": "a8e0dabe-8759-47d3-8314-172eb88e52fe",
"version": 3,
"created_at": "2025-02-20T10:13:03+00:00",
"updated_at": "2025-02-20T10:13:03+00:00",
"public_pdf_url": "https://plannr.valet/document-template/4817fc4e-a7be-47ba-80f2-7e69f7b233bf/content/pdf?plannr_account_uuid=d78228f6-b8f8-4075-891c-17f0e02cf0a9",
"public_docx_url": "https://plannr.valet/document-template/996a409d-cfde-4a10-9be8-4b0f7d7b24f4/content/docx?plannr_account_uuid=79109497-a57a-4284-82a3-38c15758b5a6",
"public_sfdt_url": "https://plannr.valet/document-template/3b0466dc-f3d1-49ba-ab36-784c3afcdfee/content/sfdt?plannr_account_uuid=0c0333b4-f08e-46ef-8796-ee5d5cc08ab0",
"public_preview_url": "https://plannr.valet/document-template/70e2a3e5-157b-4d90-8878-789d418caa4a/content/preview?plannr_account_uuid=06b66efa-dc5f-481d-a23b-008e3da37e53",
"required_dependants": {
"client-1": "client"
}
}