List default Business Rules
Business Rules
List default Business Rules
List Fini-provided Business Rule templates.
GET
List default Business Rules
Returns Fini-provided Business Rule templates as summary objects. Use a template’s
id as defaultRuleId when creating a template-based rule.
This endpoint supports Business Rules only. The repository filters default templates to
type=business.Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Query parameters
string
Optional source filter. The current enum value is
widget.Response
Returns an array ofRule summary objects without flowConfig.
Default templates have
companyId: null. A workspace rule created from a template references it through defaultRuleId and cannot provide its own flowConfig.Errors
400 Bad Request
400 Bad Request
source is not a supported rule source.403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading default rules.

