Management
Last updated
Was this helpful?
Was this helpful?
{
"id": "wh_abc123",
"url": "https://your-server.com/webhooks",
"events": ["trade.filled", "trade.closed"],
"secret": "whsec_...",
"is_active": true,
"created_at": "2026-02-20T12:00:00Z"
}GET /webhooksPATCH /webhooks/:id{
"events": ["trade.filled", "trade.closed", "copier.started"],
"is_active": true
}DELETE /webhooks/:idPOST /webhooks/:id/testPOST /webhooks/:id/rotate-secretGET /webhooks/:id/deliveries