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": "db92cac3-4b30-4df2-9b1d-8f3d9b039bf1",
"status": "published",
"version": 3,
"created_at": "2025-06-25T15:10:44+01:00",
"updated_at": "2025-06-25T15:10:44+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/d97232be-a883-4af0-93ff-1a043687e85a/content/pdf?plannr_account_uuid=d2e95775-d8e7-4fd8-8af0-7300977c5d4e",
"public_docx_url": "https://api.plannrcrm.com/document/a4b9015a-92d8-4991-b169-e50c70e5111e/content/docx?plannr_account_uuid=d5bd1458-92db-454c-a848-452a5047ef43",
"public_sfdt_url": "https://api.plannrcrm.com/document/a89514ad-e42b-4253-ba83-aae42105d8ff/content/sfdt?plannr_account_uuid=d6caaefd-1a47-4574-b882-84e80379dd1b",
"known_dependants": {
"client-1": "c1fd281b-203d-496c-ba83-174d81dec3fc"
},
"public_preview_url": "https://api.plannrcrm.com/document/76e67125-7acf-4cf0-90b5-ec7cd6bf5d26/content/preview?plannr_account_uuid=ef99baaf-462e-4e27-9147-d0601ca4fd7b",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}