Skip to main content
GET
/
v2
/
webhook.list
ListWebhooks
curl --request GET \
  --url https://api.manus.ai/v2/webhook.list \
  --header 'x-manus-api-key: <api-key>'
{
  "ok": true,
  "request_id": "<string>",
  "data": [
    {
      "id": "<string>",
      "url": "<string>",
      "status": "active",
      "created_at": 123
    }
  ]
}
Questions or issues? Contact us at api-support@manus.ai.

Authorizations

x-manus-api-key
string
header
required

Response

Webhooks retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of webhook objects.