---
title: "get all connectors info about user"
method: GET
path: "/answer/api/v1/connector/user/info"
tags: ["PluginConnector"]
---

# get all connectors info about user

`GET /answer/api/v1/connector/user/info`

get all connectors info about user

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` SchemaConnectorUserInfoResp[] — response data
    - `binding` boolean
    - `external_id` string
    - `icon` string
    - `link` string
    - `name` string
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
