---
title: "获取授权信息"
method: GET
path: "/api/v1/auth/get"
tags: ["Auth"]
---

# 获取授权信息

`GET /api/v1/auth/get`

获取授权信息

## Query parameters

- `kb_id` string
- `source_type` 'dingtalk' | 'feishu' | 'wecom' | 'oauth' | 'github' | 'cas' | 'ldap' | 'widget' | 'dingtalk_bot' | 'feishu_bot' | 'lark_bot' | 'wechat_bot' | 'wecom_ai_bot' | 'wechat_service_bot' | 'discord_bot' | 'wechat_official_account' | 'openai_api' | 'mcp_server', required

## Response `200`

OK

- object
  - `code` integer
  - `data` GithubComChaitinPandaWikiApiAuthV1AuthGetResp
    - `auths` V1AuthItem[]
      - `avatar_url` string
      - `created_at` string
      - `id` integer
      - `ip` string
      - `last_login_time` string
      - `source_type` 'dingtalk' | 'feishu' | 'wecom' | 'oauth' | 'github' | 'cas' | 'ldap' | 'widget' | 'dingtalk_bot' | 'feishu_bot' | 'lark_bot' | 'wechat_bot' | 'wecom_ai_bot' | 'wechat_service_bot' | 'discord_bot' | 'wechat_official_account' | 'openai_api' | 'mcp_server'
      - `username` string
    - `client_id` string
    - `client_secret` string
    - `proxy` string
    - `source_type` 'dingtalk' | 'feishu' | 'wecom' | 'oauth' | 'github' | 'cas' | 'ldap' | 'widget' | 'dingtalk_bot' | 'feishu_bot' | 'lark_bot' | 'wechat_bot' | 'wecom_ai_bot' | 'wechat_service_bot' | 'discord_bot' | 'wechat_official_account' | 'openai_api' | 'mcp_server'
  - `message` string
  - `success` boolean

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
