View as markdown
Endpoints · Rules

Create a rule

POST/v2/rules

Save a scan bundle so it can be re-run with `/v2/scan?rule=` or subscribed to via `/v2/webhooks`. The `universe_id` is optional; if unset, the rule runs against your plan default at execution time.

Plan access

Included on every plan.

Rate limit

Hobby 60/min · Pro 2,000/min · Scale 10,000/min.

Capacity

Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.

201
Rule created.
400
Validation error.
402
premium_signal_required when q/order/fields reference a premium signal and the plan does not include premium.
403
resource_limit_reached over the plan max.
404
universe_id not found.