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": "dfb0cca4-f128-4e64-9dbe-d1a3cb363242",
"created_at": "2025-06-25T15:10:45+01:00",
"updated_at": "2025-06-25T15:10:45+01:00",
"description": "Description of Document Pack",
"is_template": "Is Document Pack a template"
}
]
}