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": "2dd30fd0-18cd-4a0f-87d9-60f08a804777",
"created_at": "2025-08-27T17:31:26+01:00",
"updated_at": "2025-08-27T17:31:26+01:00",
"description": "Description of Document Pack",
"is_template": "Is Document Pack a template"
}
]
}