curl --request GET \
--url https://api.browse.ai/v2/robots/{robotId}/webhooks \
--header 'Authorization: Bearer YOUR_SECRET_API_KEY'
{
"statusCode": 200,
"messageCode": "success",
"webhooks": {
"totalCount": 10,
"items": [
{
"id": "6d7f1218-43fb-4735-ac71-21e81b1ab23e",
"url": "https://example.com/v2/webhooks/callback/events",
"webhookEvent": "taskCapturedDataChanged",
"createdAt": 1678795867879
}
]
}
}