cURL
curl --request GET \ --url https://app.getcensus.com/api/v1/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "name": "My Webhook", "description": "Webhook for failed syncs ", "events": [ "sync.alert.raised", "sync.alert.resolved" ], "endpoint": "https://mycompany.com/census-sync-alerts", "id": 123 } }
Fetch a specific webhook by its ID
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the webhook
Successfully retrieved the webhook
The response is of type object.
object
Was this page helpful?