Registers a new webhook endpoint. The generated secret is returned once — store it securely.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Endpoint config
Events is the list of event types to subscribe to.
comment.received, dm.received, review.received, mention.received ["comment.received", "dm.received"]URL is the HTTPS endpoint that will receive webhook POST requests.
"https://example.com/webhooks/socialapi"
Endpoint created