> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/yuan-cheng-zi-liao/3.-jian-cha.md).

# 3. 检查

## 申请

| 模式  | URL                            |
| --- | ------------------------------ |
| GET | api\_url/authorize?uuid={uuid} |

| 参数   | 价值     | 描述      |
| ---- | ------ | ------- |
| uuid | string | 资料的UUID |

## 申请例如

| 模式  | URL                                                                         |
| --- | --------------------------------------------------------------------------- |
| GET | <http://127.0.0.1:5555/authorize?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347> |

| 参数   | 价值                                   |
| ---- | ------------------------------------ |
| uuid | 992bd6f1-0a4c-40b2-88c0-d6ae54db7347 |

## 响应例如

如果资料已打开，则返回结果为对；如果资料已关闭，则返回结果为错误。

```
{
    "status": true
}
```
