Skip to main content
POST
Derives test fields from a flow configuration payload without requiring the rule to be saved first. Use this while building or editing a Business Rule.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.
string
required
application/json

Body parameters

object
required
Business Rule flow configuration to inspect.

Response

Returns an array of test field definitions.

Errors

The body is malformed or flowConfig is not a valid Business Rule tree.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.