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": [
    {
      "id": "<string>",
      "url": "<string>",
      "status": "active",
      "public_key": "<string>",
      "event_categories": [
        "customer"
      ]
    }
  ]
}

Authorizations

Api-Key
string
header
required

Response

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

data
object[]
required