You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api/authentication.adoc
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,7 @@ The Aura API uses OAuth 2.0 for API authentication.
6
6
7
7
== Creating credentials
8
8
9
-
label:AuraDB-Free[]
10
-
label:AuraDB-Professional[]
11
-
label:AuraDS-Enterprise[]
12
-
label:AuraDB-Virtual-Dedicated-Cloud[]
13
-
14
-
AuraDB Virtual Dedicated Cloud users, and AuraDS Enterprise users have unrestricted access to creating API credentials.
15
-
However, users with Free and Professional instances must have entered billing information or be a member of a marketplace project before they can create API credentials.
9
+
All tiers can create Aura API credentials.
16
10
API credentials are linked to the user account, inheriting its capabilities and roles.
17
11
The API credentials never expire unless you delete them.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api/overview.adoc
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,7 @@ The following example shows how to use the base URL and versioning to make a req
38
38
In the event of `5xx` server error responses, you may consider retrying the request after a delay if it is safe to do so.
39
39
The response may include a `Retry-After` header with a suggestion of a suitable minimum delay before attempting to retry.
40
40
41
-
The global rate limit for all requests is 125 requests per minute.
42
-
43
-
You should consider your use of the rate limit before attempting to retry, and it is recommended that you use an exponential backoff delay with a limited number of retries before giving up.
41
+
You should consider your use of the xref:api/overview.adoc#_rate_limits[rate limit] before attempting to retry, and it is recommended that you use an exponential backoff delay with a limited number of retries before giving up.
44
42
45
43
A request is only guaranteed to be safe to retry if it uses an idempotent HTTP method, such as `GET`.
46
44
If, for example, you retry a request for creating an instance, you may end up with duplicate instances and end up being charged extra as a result.
@@ -55,4 +53,27 @@ An `X-Request-Id` response header is returned with each request and can be used
55
53
56
54
The value of this header contains a unique ID that can be used to track the journey of a request.
57
55
58
-
If you run into any issues with a particular request, you can https://support.neo4j.com/[raise a support ticket] and provide the `X-Request-Id`.
56
+
If you run into any issues with a particular request, you can link:https://support.neo4j.com/[raise a support ticket] and provide the `X-Request-Id`.
57
+
58
+
== Rate limits
59
+
60
+
AuraDB Free and AuraDB Professional trial accounts without a billing method attached, get a rate limit of 25 requests per minute.
61
+
62
+
AuraDB Professional accounts with a billing method attached, AuraDB Business Critical, and AuraDB Virtual Dedicated Cloud get a rate limit of 125 requests per minute.
0 commit comments