Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
POST
/api/v1/document-template
curl \
--request POST 'https://api.plannrcrm.com/api/v1/document-template' \
--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}" \
--data '{"name":"Client Service Agreement"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Client Service Agreement"
}
Response examples (201)
{
"name": "Welcome Template",
"uuid": "03a29dab-ea80-4c96-bbe2-eb1448b54792",
"version": 3,
"created_at": "2025-04-02T13:27:56+01:00",
"updated_at": "2025-04-02T13:27:56+01:00",
"public_pdf_url": "https://plannr.valet/document-template/0c9491c9-ad64-4a89-87bc-e5a15af7eba6/content/pdf?plannr_account_uuid=79bc3a44-2f45-4e8e-8c04-82e4d0933f79",
"public_docx_url": "https://plannr.valet/document-template/a76cfb45-d2a0-403a-9d9b-83ca5213b340/content/docx?plannr_account_uuid=84271529-4b19-4fa0-af5c-b8f1540ddb94",
"public_sfdt_url": "https://plannr.valet/document-template/07e1f908-c63f-4f6a-859b-e7672b3e837f/content/sfdt?plannr_account_uuid=6514c294-d653-454a-a39b-435b9600b972",
"public_preview_url": "https://plannr.valet/document-template/99068f0e-5a2e-4544-b7e9-c639880bbd9b/content/preview?plannr_account_uuid=887c64c7-3cc1-4229-8fb6-61353b08b9bd",
"required_dependants": {
"client-1": "client"
}
}