Skip to main content
GET
/
api
/
v1
/
webhook-events
List recent webhook events.
curl --request GET \
  --url https://api.backside.app/api/v1/webhook-events \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int64>

Maximum results to return

cursor
string

Pagination cursor

event_type
string

Filter by event type

Response

List of webhook events