Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
List every active webhook for the authenticated project. The signing secret is never included.
API key passed in the header
All webhooks for this project.
Show child attributes
Was this page helpful?