Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
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": "c710db6c-6c6c-45b9-9337-094972012301",
"status": "published",
"version": 3,
"created_at": "2025-02-20T10:13:03+00:00",
"updated_at": "2025-02-20T10:13:03+00:00",
"public_pdf_url": "https://plannr.valet/document/9770a3a7-2970-49d1-bef4-02a46ae5aa7e/content/pdf?plannr_account_uuid=8054bb40-8e3b-41d7-bf12-07518b70f79e",
"public_docx_url": "https://plannr.valet/document/a9a6cc78-3caf-4a6b-ac51-14415abb2b4c/content/docx?plannr_account_uuid=8c86ee00-a967-4411-a3ae-9f1fd291aeac",
"public_sfdt_url": "https://plannr.valet/document/61d1acd3-b2cb-4494-98fc-03d4eb1bb89f/content/sfdt?plannr_account_uuid=9f8e011b-7c08-45df-aab7-e948b5865eb1",
"known_dependants": {
"client-1": "71d99aec-b8d0-4a62-8472-e3836a62e934"
},
"public_preview_url": "https://plannr.valet/document/27ffb126-a555-40a5-9000-4d3d8c970c9b/content/preview?plannr_account_uuid=ca93322e-b30d-4df3-a2bd-35eadeefa005",
"required_dependants": {
"client-1": "client"
}
}