Get a document template Run in API Explorer
Ask AI
GET
/api/v1/document-template/{documentTemplate_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-template/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
[
{
"uuid": "9232d0c5-e9b8-407c-8f71-4c776ab71230",
"created_at": "2026-09-17T15:11:00+01:00",
"updated_at": "2026-09-17T15:11:00+01:00",
"version": 3,
"name": "Welcome Template",
"required_dependants": {
"client-1": "client"
},
"public_docx_url": "https://api.plannrcrm.com/document-template/963ecb08-6ed5-4730-83c1-bce43efc4412/content/docx?plannr_account_uuid=930750d9-51c3-478b-96a5-2440289c9ec7",
"public_sfdt_url": "https://api.plannrcrm.com/document-template/9311105a-52be-4274-ba66-6fbd0eac09ec/content/sfdt?plannr_account_uuid=af841ac8-970d-4299-9aad-cb901a9cdf86",
"public_pdf_url": "https://api.plannrcrm.com/document-template/73d2e04b-f8c4-4af3-b342-bb25cf01728a/content/pdf?plannr_account_uuid=5d5f6498-4e52-4f73-b047-ae3038aa8cd0",
"public_preview_url": "https://api.plannrcrm.com/document-template/5d8af43b-b17f-46cc-9f55-d621406f2604/content/preview?plannr_account_uuid=1c10a215-eaef-478a-a837-74f82fd9545f"
}
]