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": "4243f07c-0d56-47eb-82bf-0e123fd0251d",
"status": "published",
"version": 3,
"created_at": "2025-09-17T15:46:52+01:00",
"updated_at": "2025-09-17T15:46:52+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/b56c8a8f-83c2-43f6-b9e5-43ae64b9c51e/content/pdf?plannr_account_uuid=85b69574-c148-43a6-84a7-8b7dec879527",
"public_docx_url": "https://api.plannrcrm.com/document/54a02927-8f62-40b8-9f6a-664c56454c45/content/docx?plannr_account_uuid=49102233-3606-485e-b5d1-f3975051c624",
"public_sfdt_url": "https://api.plannrcrm.com/document/f691814e-2a8a-4ab2-962b-882bf54d7638/content/sfdt?plannr_account_uuid=14fb6bf2-1ff3-4b41-aa44-7456b1a3adbd",
"known_dependants": {
"client-1": "9dfaa2f4-7f8a-4997-b2e4-8632744c5942"
},
"public_preview_url": "https://api.plannrcrm.com/document/1c184e5e-a498-47af-94ff-846acdfd8307/content/preview?plannr_account_uuid=bbfcdfb5-23a9-4db8-a5e0-51b37b9ef0d7",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}