cURL
curl --request GET \ --url https://api.bundleup.io/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "url": "<string>", "events": { "integration.created": true, "integration.updated": true, "integration.deleted": true, "connection.created": true, "connection.updated": true, "connection.deleted": true, "connection.refreshed": true, "connection.disabled": true }, "lastTriggeredAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a single webhook for the authenticated workspace.
Pass the API key as a bearer token.
Resource identifier.
Webhook retrieved successfully.
Webhook identifier.
Show child attributes
Was this page helpful?