> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 身份验证

> 了解向 Square Cloud API 进行身份验证所需的条件。

首先，你需要从 [开发者控制台](https://squarecloud.app/zh/account/security) 获取一个 API 密钥。你可以使用该 API 密钥向 Square Cloud API 进行身份验证。

```bash theme={null}
'Authorization': '<api_key>'
```

## API 使用

你可以使用 API 密钥向 Square Cloud API 进行身份验证。你可以在 `Authorization` 请求头中使用该 API 密钥。
请注意，API 的使用需遵守 [服务条款](https://squarecloud.app/legal) 和 [可接受使用政策](https://squarecloud.app/legal/policy)。

<Card title="限制与约束" href="/zh/api-reference/limitations-and-restrictions">
  了解 Square Cloud API 的限制与约束。
</Card>
