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": "7bf586e8-e6f6-4cfe-9da2-e6b8f3a16add",
"status": "published",
"version": 3,
"created_at": "2025-08-27T17:31:26+01:00",
"updated_at": "2025-08-27T17:31:26+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/452ffba5-b28d-41f6-8baa-84468c111f24/content/pdf?plannr_account_uuid=fa4ea5f5-8e62-44af-a8f5-2feb4b867d79",
"public_docx_url": "https://api.plannrcrm.com/document/ad532b9f-d515-4159-a795-828e0e1f4915/content/docx?plannr_account_uuid=faa1cac5-33dd-4861-bb96-4892c75f5e7e",
"public_sfdt_url": "https://api.plannrcrm.com/document/ab19d90a-fd1b-4161-8298-0d8d8a4f08c4/content/sfdt?plannr_account_uuid=0cc6c6f8-cab8-4a2f-82eb-04694b9b2099",
"known_dependants": {
"client-1": "90208a12-d3bc-4a19-9997-c08a6237ff8c"
},
"public_preview_url": "https://api.plannrcrm.com/document/152d035c-6069-424e-af3f-9826d858d61d/content/preview?plannr_account_uuid=6b3c3346-13f6-47c8-9e48-a736870ad54a",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}