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

# API 概要

> Base URL、リクエスト形式、ページング、エラー規約。

## Base URL

| 環境             | Base URL                                  |
| -------------- | ----------------------------------------- |
| Alforse Cloud  | `https://api.alforse.com/api/v1`          |
| エンタープライズセルフホスト | `https://api.your-company.example/api/v1` |

## テナントスコープ

各テナントトークンには tenantId、roleCode、subjectScope が含まれます。スコープに合わないリソースは 404 で隠される場合があります。

## リクエスト形式

* Content-Type: application/json
* DTO 検証は未知のフィールドを拒否します。
* 一覧エンドポイントは page と pageSize を使い、pageSize の最大値は 200 です。

## エラーコード

まず HTTP ステータスで処理方針を決め、存在する場合は `error.code` で業務処理を分岐します。[エラーコード](/ja/api-reference/errors) を参照してください。
