Skip to main content
GET
/
v1
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.anchorbrowser.io/v1/webhooks \
  --header 'anchor-api-key: <api-key>'
{
  "webhooks": [
    {
      "id": "wh_01HXJ4MZ7K9P3Q6R8S2T4V5W7Y",
      "project_id": "5d2c31f6-ab7e-481a-b6fd-8b4a96a4e197",
      "url": "https://your-app.example.com/anchor/webhooks",
      "description": "Production task notifications",
      "subscribed_events": [],
      "enabled": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

All webhooks for this project.

webhooks
object[]
required