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": "93f2a80e-b25b-42c4-a557-569220a8c7c2",
"status": "published",
"version": 3,
"created_at": "2025-11-17T21:14:39+00:00",
"updated_at": "2025-11-17T21:14:39+00:00",
"public_pdf_url": "https://api.plannrcrm.com/document/6b4465e4-3bdf-4896-b7da-ecd9bdfda146/content/pdf?plannr_account_uuid=4d1c5a3b-3d04-4552-bb06-3b4c556cbb67",
"public_docx_url": "https://api.plannrcrm.com/document/e768057c-c173-4d3e-aac0-ca5672420f75/content/docx?plannr_account_uuid=e71a1092-98a7-478f-9897-63854b912786",
"public_sfdt_url": "https://api.plannrcrm.com/document/fd70e95d-5b3b-428d-ae30-1ab32b560364/content/sfdt?plannr_account_uuid=fa2a179c-c1a4-4756-8c2d-fca85ce9cc31",
"known_dependants": {
"client-1": "84573555-b423-4b4a-b362-ef8568f1038b"
},
"public_preview_url": "https://api.plannrcrm.com/document/cf38709a-b569-4b38-9d12-790e846b15c8/content/preview?plannr_account_uuid=f45fd288-f77d-48b3-8a20-ad3f32090228",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}