Creates a webhook for task event notifications.
cURL
curl --request POST \ --url https://api.manus.ai/v2/webhook.create \ --header 'Content-Type: application/json' \ --header 'x-manus-api-key: <api-key>' \ --data ' { "url": "<string>" } '
{ "ok": true, "request_id": "<string>", "webhook": { "id": "<string>", "url": "<string>", "status": "active", "created_at": 123 } }
The HTTPS endpoint URL that will receive POST webhook notifications. Must be publicly accessible and return a 2xx status code.
Webhook created successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The created webhook object.
Show child attributes
Was this page helpful?