Skip to main content
GET
/
api
/
v1
/
webhook-endpoints
List all webhook endpoints.
curl --request GET \
  --url https://api.backside.app/api/v1/webhook-endpoints \
  --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

Response

List of webhook endpoints