Get document templates Run in API Explorer
Ask AI
GET
/api/v1/document-template
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-template' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"name": "Welcome Template",
"uuid": "b7819fd7-f4ca-46c7-8cfe-12a7369c768e",
"version": 3,
"created_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"public_pdf_url": "https://api.plannrcrm.com/document-template/5ddc9527-23c0-480c-a63d-2a7db97ebec0/content/pdf?plannr_account_uuid=eb4ed25d-38f7-4828-8a7a-8b308470b488",
"public_docx_url": "https://api.plannrcrm.com/document-template/a8f8f096-ae75-43a4-b5d0-4d437fbe9dc8/content/docx?plannr_account_uuid=c2d39653-320c-40e1-8c90-c02770063f23",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/c688cce1-fdf8-400a-9fc3-bdab89d3b408/content/sfdt?plannr_account_uuid=31c9e129-ebb8-4fca-b76b-7a88173d3702",
"public_preview_url": "https://api.plannrcrm.com/document-template/b2af8a96-8697-4b8d-9bf1-75cd25f24662/content/preview?plannr_account_uuid=bd9c4833-970d-48cf-87ab-ca4f398597ec",
"required_dependants": {
"client-1": "client"
}
}
]
}