Skip to main content
List recent webhook events

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

provider
enum<string>
Available options:
plaid,
teller
status
enum<string>
Available options:
received,
processed,
error
page
integer
Required range: x >= 1
limit
integer
Required range: 1 <= x <= 200

Response

200 - application/json

Page of webhook events.

webhook_events
object[]
total
integer
page
integer
page_size
integer
total_pages
integer
Last modified on June 25, 2026