[Not Implemented] Register webhook
[Not Implemented] Register webhook
> **Status: Not Implemented**
Register an external endpoint URL to receive webhook events.
The registered URL will receive an HTTP POST with a standard event envelope
whenever a subscribed event occurs.
**Verification:** After registration, this service sends a `ping` event to the
registered URL to verify it is reachable. The endpoint must respond with `200 OK`.
Authentication
X-Api-Keystring
API Key authentication via header
Headers
X-Tenant-ID
Tenant identifier
Request
This endpoint expects an object.
url
events
secret
description
Response
Created
url
events
status
tenantId
createdAt
description
subscriptionId
Errors
400
Bad Request Error
401
Unauthorized Error

