GET
/api/v1/document/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "d2be63bd-44a5-44e3-8750-78e91bf2965c",
"status": "published",
"version": 3,
"created_at": "2025-10-08T10:40:15+01:00",
"updated_at": "2025-10-08T10:40:15+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/320852ef-5258-4120-bc0c-cc23dbdefaaa/content/pdf?plannr_account_uuid=dc84cb2f-8aa1-4d54-ac51-14cb9571a2ad",
"public_docx_url": "https://api.plannrcrm.com/document/3e2a5797-22ef-4925-a630-ed2d8d8c225a/content/docx?plannr_account_uuid=e3ce6269-830e-4ca1-bf42-b56f08b4f116",
"public_sfdt_url": "https://api.plannrcrm.com/document/c19c7e9b-7054-40ba-8341-9142888c9cc9/content/sfdt?plannr_account_uuid=880be283-d8e0-4561-ba75-4e3dc3916a9e",
"known_dependants": {
"client-1": "d736fd3d-f7e5-40be-8b69-4ef4e8bbe2f2"
},
"public_preview_url": "https://api.plannrcrm.com/document/a473732f-7720-4ddb-bd0f-242a2caa7835/content/preview?plannr_account_uuid=3357e0b8-67a9-45bf-9e98-7332139fad33",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}