Lists connectors installed in the current user’s account. Use the returned IDs in the connectors array of task.create or task.sendMessage. See the Connectors guide for setup.
GET
/
v2
/
connector.list
ListConnectors
curl --request GET \ --url https://api.manus.ai/v2/connector.list \ --header 'x-manus-api-key: <api-key>'
Use in tasks: Pass connector IDs in the connectors array of task.create or task.sendMessage.Setup: See the Connectors guide for authorization and configuration.