Skip to main content
List rules

Authorizations

X-API-Key
string
header
required

Breadbox API key with format bb_<base62>. Carries either read_only or full_access scope. Write endpoints (and a handful of sensitive reads — /api-keys, /users/{user_id}/login) require full_access; endpoints that require it are flagged in their description.

Query Parameters

cursor
string

Opaque pagination cursor returned by a previous list response.

limit
integer

Page size (default 50, capped per-endpoint).

Required range: 1 <= x <= 200
enabled
boolean
category_id
string
search_mode
enum<string>
Available options:
contains,
words,
fuzzy

Response

200 - application/json

Rules.

rules
object[]
next_cursor
string | null
has_more
boolean
limit
integer
Last modified on June 25, 2026