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

> Auth0 Management API アクセストークンの仕組みと使い方を学びます。

# Management API アクセストークン

[Auth0 Management API](https://auth0.com/docs/api/management/v2)を呼び出すには、適切な<Tooltip tip="アクセストークン: API へのアクセスに使用される、不透明な文字列または JWT 形式の認可資格情報。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=access+token">アクセストークン</Tooltip>を指定する必要があります。このアクセストークンには、適切な<Tooltip tip="アクセストークン: API へのアクセスに使用される、不透明な文字列または JWT 形式の認可資格情報。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=audience">オーディエンス</Tooltip>とスコープが含まれている必要があります。

<div id="audience">
  ## Audience
</div>

<Tooltip tip="Management API: お客様が管理タスクを実行するための製品。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Management+API">Management API</Tooltip> の オーディエンス は `https://{yourDomain}/api/v2/` です。

<div id="scopes">
  ## スコープ
</div>

各 Management API エンドポイントには、特定のスコープが必要です。詳しくは、[Management API Explorer](https://auth0.com/docs/api/management/v2/)を参照してください。

<div id="lifetime">
  ## 有効期間
</div>

Management API のデフォルトのトークンの有効期間は 86,400 秒 (24 時間) です。

API ごとに[トークンの有効期間を設定](/docs/ja-jp/secure/tokens/access-tokens/update-access-token-lifetime)できます。

<div id="security">
  ## セキュリティ
</div>

* **アクセストークン**: アクセストークンは、一度発行されると取り消すことができません。Auth0 では、ユースケースで許容される範囲で、アクセストークンの有効期間をできるだけ短くすることを推奨しています。
* **<Tooltip tip="リフレッシュトークン: ユーザーに再度ログインさせることなく、新しいアクセストークンを取得するために使用されるトークンです。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Refresh+token">リフレッシュトークン</Tooltip>**: Auth0 Dashboard、Authentication API、または Management API を使用して、[リフレッシュトークンを取り消す](/docs/ja-jp/secure/tokens/refresh-tokens/revoke-refresh-tokens)ことができます。
* **<Tooltip tip="Client Secret: クライアント（アプリケーション）が Authorization Server で認証するために使用する Secret です。クライアントと Authorization Server だけが知っているべきものであり、推測されないよう十分なランダム性が必要です。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Client+secret">Client secret</Tooltip>**: Auth0 Dashboard または Management API を使用して、[アプリケーションの Client Secret をローテーション](/docs/ja-jp/get-started/applications/rotate-client-secret)できます。

<div id="quota">
  ## クォータ
</div>

トークンのクォータは、サブスクリプションのティアによって決まります。現在のクォータは、[Auth0 Support Center で確認](https://support.auth0.com/reports/quota)できます。価格やクォータについてご不明な点がある場合は、[営業チームにお問い合わせください](https://auth0.com/contact-us)。

* [Auth0 内部のオーディエンス](/docs/ja-jp/secure/tokens/access-tokens/get-access-tokens#control-access-token-audience)向けに発行されたトークンは、クォータには含まれません。
* カスタムオーディエンス向けに発行されたトークンはクォータにカウントされ、[Auth0 Management API のレート制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy/management-api-endpoint-rate-limits)の対象となります。

<div id="learn-more">
  ## 詳しくはこちら
</div>

* [テスト用の Management API アクセストークンを取得する](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens/get-management-api-access-tokens-for-testing)
* [本番環境用の Management API アクセストークンを取得する](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens/get-management-api-access-tokens-for-production)
* [シングルページアプリケーション用の Management API アクセストークンを取得する](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens/get-management-api-tokens-for-single-page-applications)
* [Auth0 Management APIv2 Token の変更点](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens/changes-in-auth0-management-apiv2-tokens)
* [アクセストークンを使用する Management API エンドポイントへの移行](/docs/ja-jp/troubleshoot/product-lifecycle/past-migrations/migrate-to-calling-api-with-access-tokens)
