Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@
"pages": [
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/free-public",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/self-service-public",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/essentials-professional-b2b",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/enterprise-public",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-20-development-private-cloud",
"docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-100-rps-private-cloud",
Expand Down Expand Up @@ -10501,6 +10501,10 @@
"source": "docs/secure/tokens/manage-refresh-tokens-with-auth0-management-api",
"destination": "docs/secure/tokens/refresh-tokens/revoke-refresh-tokens"
},
{
"source": "docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/self-service-public",
"destination": "docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/essentials-professional-b2b"
},
{
"source": "docs/customize/phone-messages/customize-phone-templates",
"destination": "docs/customize/phone-messages/phone-templates"
Expand Down
2 changes: 1 addition & 1 deletion main/docs/get-started/onboarding/self-service-m2m.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Before you create a new account or configure your first tenant, you may want to
* How you partition or group your APIs to call specific endpoints.

+ This may determine the audience and other claims on access tokens.
* Any third-party consumers to your resource may request an access token for each call. Excessive calls could affect your [rate limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/self-service-public).
* Any third-party consumers to your resource may request an access token for each call. Excessive calls could affect your [rate limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/essentials-professional-b2b).

+ You can use an API Gateway to limit the number of access tokens a third-party can request. To learn more about API Gateways and Auth0, read [Configure an Identity Provider in Access Gateway](/docs/get-started/auth0-overview/create-applications/configure-an-identity-provider-in-access-gateway).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Auth0 enforces limitations to protect services from excessive requests and prote
| Read | To learn... |
| --- | --- |
| [Free](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/free-public) | Rate limit policies for the Free subscription type. |
| [Self Service](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/self-service-public) | Rate limit policies for the Self Service subscription type. |
| [Essentials, Professional, and B2B Essentials](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/essentials-professional-b2b) | Rate limit policies for Essentials, Professional, and B2B Essentials pricing plans. |
| [Enterprise](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/enterprise-public) | Rate limits policies for the Enterprise subscription type. |
| [Tier Dev Private Cloud](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-20-development-private-cloud) | Rate limit policies for the Tier Dev Private Cloud subscription type. |
| [Private Cloud Basic 100 RPS (1x)](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy/rate-limit-configurations/tier-100-rps-private-cloud) | Rate limit policies for the Private Cloud Basic 100 RPS (1x) subscription type. |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
description: Rate limits for the self service public subscription type
title: Self Service
description: Rate limits for the Essentials, Professional, and B2B Essentials pricing plans.
title: Essentials, Professional, and B2B Essentials
---
See below for the rate limit policies for the Self service subscription type.
See below for the rate limit policies for the Essentials, Professional, and B2B Essentials pricing plans.

<AccordionGroup>

<Accordion title="Authentication API: Rate Limits for the Authentication API and API Endpoints in the Self service subscription type.">
<Accordion title="Authentication API: Rate Limits for the Authentication API and API Endpoints in the Essentials, Professional, and B2B Essentials pricing plans.">

| [API](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#api-rate-limits) | [Burst Request Limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [Sustained Request Limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) |
| --- | --- | --- |
Expand All @@ -32,7 +32,7 @@ See below for the rate limit policies for the Self service subscription type.
</Accordion>


<Accordion title="Management API: Rate Limits for the Management API, API Endpoints, and API Endpoint Groups in the Self service subscription type.">
<Accordion title="Management API: Rate Limits for the Management API, API Endpoints, and API Endpoint Groups in the Essentials, Professional, and B2B Essentials pricing plans.">

| [Endpoint](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#endpoint-rate-limits) | Method | [Burst Request Limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [Sustained Request Limit](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | Limit Type |
| --- | --- | --- | --- | --- |
Expand Down
Loading