organizationId per webhook).curl --location --request GET 'https://api.sherlockeye.io/v1/webhooks' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"userId": "string",
"organizationId": "string",
"url": "http://example.com",
"events": [
"search.completed"
],
"enabled": true,
"platform": "slack",
"formatting": "rich",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"lastDelivery": {
"status": "success",
"timestamp": "2019-08-24T14:15:22.123Z"
}
}
]
}