Skip to main content
GET
/
webhooks
Get all webhook endpoints
curl --request GET \
  --url https://api.bridge.xyz/v0/webhooks \
  --header 'Api-Key: <api-key>'
{ "data": [ { "$ref": "#/components/examples/SuccessfulWebhookResponse" }, { "$ref": "#/components/examples/SuccessfulWebhookResponse2" } ] }

Authorizations

Api-Key
string
header
required

Response

List of webhook endpoints (the returned list is empty if none found)

data
object[]
required