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": "786de102-8091-4150-9205-9141fcb37eb2",
"created_at": "2025-07-17T16:23:22+01:00",
"updated_at": "2025-07-17T16:23:22+01:00",
"description": "Description of Document Pack",
"is_template": "Is Document Pack a template"
}
]
}