# 平台管理API

## 1. 调用方法

采用标准的 HTTP 方式，调用的URL为访问网站的URL+API地址，详情见 [API](/integration/api.md)。

## 2. 接口列表

| 分类   | 接口        | 新增版本  | 修改版本  |
| ---- | --------- | ----- | ----- |
| 项目管理 | 获取项目列表    | 4.4.2 | 4.5.1 |
| 项目管理 | 获取单个项目详情  | 4.4.2 |       |
| 项目管理 | 创建项目      | 4.4.2 |       |
| 项目管理 | 开启数据流     | 4.4.2 |       |
| 项目管理 | 关闭数据流     | 4.5.0 |       |
| 成员管理 | 注册企业用户    | 4.4.2 |       |
| 成员管理 | 禁用/启用企业用户 | 4.4.2 |       |

{% hint style="info" %}
平台管理API的所有接口权限都高于项目，在调用接口时不能使用项目对应的授权码，需要使用企业授权码。具体见 [平台接口认证](/integration/api.md#22-ping-tai-jie-kou-ren-zheng)。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arkdocs.analysys.cn/integration/api/api-manage-enterprise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
