POST
/
v1
/
webhooks
cURL
curl --request POST \
  --url https://api.manus.ai/v1/webhooks \
  --header 'API_KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhook": {
    "url": "<string>"
  }
}'
{
  "webhook_id": "<string>"
}

Authorizations

API_KEY
string
header
required

Body

application/json

Response

200 - application/json

Webhook created successfully.

The response is of type object.