organizationId). Not available to individual or non-enterprise users.platform: custom)platform explicitly to force a format.curl --location --request POST 'https://api.sherlockeye.io/v1/webhooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/webhooks/sherlockeye",
"secret": "your-secret-key-minimum-16-chars",
"events": [
"search.completed",
"watchlist.alert"
]
}'{
"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"
}
}
}