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": "ced029d9-a47c-403a-b5f8-14743e6c4e99",
"status": "published",
"version": 3,
"created_at": "2025-07-17T16:23:22+01:00",
"updated_at": "2025-07-17T16:23:22+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/8ca17e38-5c89-40b1-8296-26f41aaf22d9/content/pdf?plannr_account_uuid=ca648605-59c4-4adb-ab8b-c77a0b0dc297",
"public_docx_url": "https://api.plannrcrm.com/document/491e518d-514e-4a1b-9cd7-2d02ce4abb6d/content/docx?plannr_account_uuid=00c31608-ed65-4c24-be59-56a4fd5eea08",
"public_sfdt_url": "https://api.plannrcrm.com/document/1c87aee1-6a5f-4f3c-93e8-e7133f32ecb2/content/sfdt?plannr_account_uuid=325ba70a-6460-44b0-8728-19d68aafaf26",
"known_dependants": {
"client-1": "825550c1-453b-4d80-8953-0900a1af70ab"
},
"public_preview_url": "https://api.plannrcrm.com/document/29260019-9149-4203-b1f1-bcbacb2d4a2c/content/preview?plannr_account_uuid=a365289d-e408-4a00-a026-a71f23de5ade",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}