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": "cfac38e8-b37c-4d07-9a91-0d7bff2786f7",
"created_at": "2025-10-24T10:34:19+01:00",
"updated_at": "2025-10-24T10:34:19+01:00",
"description": "Description of Document Pack",
"is_template": "Is Document Pack a template"
}
]
}