Webhooks
webhook.create
Creates a webhook for receiving task event notifications. Use webhook.publicKey to get the key for verifying signatures. See the Webhooks guide for event types.
POST
CreateWebhook
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.
Body
application/json
The HTTPS endpoint URL that will receive POST webhook notifications. Must be publicly accessible and return a 2xx status code.
Previous
webhook.listLists all webhooks in your account. Use the returned IDs with [webhook.delete](https://open.manus.ai/docs/v2/webhook.delete) to remove a webhook.
Next
CreateWebhook