List all default fact-find blocks Run in API Explorer
Ask AI
GET
/api/v2/fact-find/blocks/default
curl \
--request GET 'https://api.plannrcrm.com/api/v2/fact-find/blocks/default' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (401)
{
"message": "Unauthenticated."
}