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": "d8c1a57f-b547-4964-95a4-17f8d74f9fa9",
"status": "published",
"version": 3,
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/37d74ecd-d23a-49ff-8914-608938efdfcc/content/pdf?plannr_account_uuid=db35d595-0025-4c96-85e6-71b8aec2534e",
"public_docx_url": "https://api.plannrcrm.com/document/1f862a0e-b962-47cf-836c-c489a2ffb861/content/docx?plannr_account_uuid=8c28ed38-15b3-43de-b0bb-6e85e9821f3d",
"public_sfdt_url": "https://api.plannrcrm.com/document/f56684e8-4ba5-4f12-ba34-eb068f231776/content/sfdt?plannr_account_uuid=dffd2f70-2fd1-4474-b15b-7479d4d82752",
"known_dependants": {
"client-1": "c0f6b890-dee4-407d-8a9a-c1d2cb6a7450"
},
"public_preview_url": "https://api.plannrcrm.com/document/d018e07b-2904-40fa-a7fc-c34bc53b5e3a/content/preview?plannr_account_uuid=cba630e1-2149-4ca1-a451-3c75c6703c02",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}