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": "baa6c3a0-71eb-4f14-84bd-b911bb5b928e",
"status": "published",
"version": 3,
"created_at": "2025-08-07T13:41:43+01:00",
"updated_at": "2025-08-07T13:41:43+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/23b00629-e1fc-4466-9dfe-fd1d21589328/content/pdf?plannr_account_uuid=bdf281d9-b510-49c5-92d8-a8dd32353d36",
"public_docx_url": "https://api.plannrcrm.com/document/74d2315d-2d8e-4ec8-b5e9-9d960b527ccd/content/docx?plannr_account_uuid=98068190-def5-4050-af77-70c426a7242a",
"public_sfdt_url": "https://api.plannrcrm.com/document/5f489bcc-1ce1-4dbf-b143-64dfb62ad238/content/sfdt?plannr_account_uuid=87d139b2-a0eb-48e9-b436-588b4c785382",
"known_dependants": {
"client-1": "9f3204d3-5200-40e1-8829-1e7162099ba0"
},
"public_preview_url": "https://api.plannrcrm.com/document/490d5dfb-cc69-47bd-a128-a7ebb128566e/content/preview?plannr_account_uuid=94b67b9d-82de-430c-9577-55f6aadc2109",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}