> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 認可

> `/oauth/par`エンドポイントを呼び出した後、`GET`呼び出しを使ってエンドユーザーを`/authorize`エンドポイントにリダイレクトします。

`GET /authorize`

`/oauth/par`エンドポイントを呼び出した後、`GET`呼び出しを使ってエンドユーザーを`/authorize`エンドポイントにリダイレクトします。
note
`/authorize`エンドポイントは`/oauth/par`エンドポイントに渡されたパラメーターに基づいて応答します。`response_type`を要求した場合は、`/oauth/token`エンドポイントで使う認可コードを受け取ります。

## Parameters

<ParamField query="client_id" type="string" required>
  アプリケーションの`client_id`です。必須です。
</ParamField>

<ParamField query="request_uri" type="string" required>
  `/oauth/par`エンドポイントから受け取った`request_uri`値です。必須です。
</ParamField>

## Response

| Status | Description              |
| ------ | ------------------------ |
| 302    | 指定したリダイレクトURIにリダイレクトします。 |
