GET
/api/v1/document-pack/document-pack
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document-pack/document-pack' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"name": "Name of Document Pack",
"uuid": "87a7dcba-3d0b-4005-b9e5-0e9b106a7374",
"created_at": "2025-08-07T13:41:43+01:00",
"updated_at": "2025-08-07T13:41:43+01:00",
"description": "Description of Document Pack",
"is_template": "Is Document Pack a template"
}
]
}