This endpoint is used to register a webhook URL that will receive system notifications whenever specific events occur. Webhooks allow your system to get real-time updates without the need for manual polling.Register a webhook URL so the system can send automatic event notifications.
Ensures data synchronization between your system and the platform.
The registered URL must use HTTPS.
The receiving endpoint must accept POST requests with JSON payload.
The system will send a verification request to the registered URL. If no valid response is returned, the registration will fail.
A single webhook URL can subscribe to multiple event types.
Modified at 2025-09-22 06:11:29