> ## 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/ja/account/security) から API キーを取得する必要があります。この API キーを使って Square Cloud API に認証できます。

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

## API の利用

API キーを使って Square Cloud API に認証できます。API キーは `Authorization` ヘッダーで使用できます。
API の利用は [利用規約](https://squarecloud.app/legal) および [利用許諾ポリシー](https://squarecloud.app/legal/policy) の対象となることに注意してください。

<Card title="制限と制約" href="/ja/api-reference/limitations-and-restrictions">
  Square Cloud API の制限と制約について学びます。
</Card>
