Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
uuid
string Required
GET
/api/v1/document/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "c6500708-ea81-40ca-80d8-0f18820e3f6c",
"status": "published",
"version": 3,
"created_at": "2025-06-13T16:58:58+01:00",
"updated_at": "2025-06-13T16:58:58+01:00",
"public_pdf_url": "https://plannr.valet/document/e684de8a-1834-4a05-977a-851993c5202c/content/pdf?plannr_account_uuid=f2099097-6cf0-48bd-93dc-742adbbf65a6",
"public_docx_url": "https://plannr.valet/document/acd5ea54-6fd8-4997-8aec-1d0d15648b60/content/docx?plannr_account_uuid=cf0a1cee-1d4f-43a1-b431-f9db3b8c1944",
"public_sfdt_url": "https://plannr.valet/document/6f15c806-b1bb-4332-9e10-5d7f66f48e45/content/sfdt?plannr_account_uuid=3ff412d6-bc5f-4013-849b-f46ef1523a51",
"known_dependants": {
"client-1": "8d563243-7f63-46e9-86e8-dc900627610e"
},
"public_preview_url": "https://plannr.valet/document/57d50eb8-0a98-425c-8095-b03c3c825b08/content/preview?plannr_account_uuid=082371cd-9640-4d2e-9a45-60d6706d25f5",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}