> ## 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)の対象となる点にご注意ください。

## OpenAPI 仕様

Square Cloud API は、すべてのエンドポイント、パラメータ、スキーマ、認証方式を記述した機械可読な [OpenAPI](https://www.openapis.org/) 仕様を公開しています。クライアントの生成、Postman や Insomnia などのツールへの API のインポート、または独自の連携を最新の変更に合わせて同期させるために利用できます。

```bash theme={null}
https://api.squarecloud.app/v2/openapi.json
```

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