Webhook
Test Webhook
Send a single test event to the callback URL
cURL
Copy
curl --request POST \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/webhook_endpoints/{id}/test' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"type": "event",
"id": "whe_01JXX8JY9BBM4BK4C2P7K3M3ZR",
"created_at": "2026-08-06T10:30:21.123Z",
"data": {
"id": "wep_01JXX7YQGPRPV1BZXA35QE7WDP",
"type": "webhook.test",
"workspace_id": "ws_xxx"
},
"request_id": "8e1d16e4"
}