Get triggers
Unified trigger read. Omit triggerEventId to LIST every trigger the brand has under { data, pagination } — provider: "brew_api" for API-created customs and provider: "clerk" | "stripe" | … for integration-provisioned triggers. Pass ?triggerEventId= to fetch ONE — returns { data: [row] } (no pagination), 404 TRIGGER_NOT_FOUND on an unknown / cross-brand id.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Fetch a single trigger by id (detail mode → { data: [row] }). Omit to list.
1 - 64Page size (1–100). Defaults to 100.
1 <= x <= 100Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
1 - 512