Lists connectors installed in the current user’s account.
cURL
curl --request GET \ --url https://api.manus.ai/v2/connector.list \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "data": [ { "id": "<string>", "name": "<string>", "type": "builtin", "description": "<string>", "category": "<string>" } ] }
Connectors retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of connectors installed in the user's account.
Show child attributes
Was this page helpful?