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
{{ message }}
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: source/includes/data_api.md.erb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ The Data Export API is designed according to REST principles. The API accepts JS
23
23
24
24
25
25
* Purchase access to the Data Export API via your account manager
26
-
* Generate Your API token (generate through self-serve key generation modal behind feature flag `data_api`)
27
-
* Get Access to your exclusive Ada developer slack channel
26
+
* Generate your API token (generate through self-serve key generation modal behind feature flag `data_api`)
27
+
* Get access to your exclusive Ada developer Slack channel
28
28
29
29
30
30
#### Access to the Data Export API on your account
@@ -131,20 +131,20 @@ You can use this channel to ask questions, raise issues, or get advice from the
131
131
132
132
## Rate limits
133
133
134
-
The Data Export API is subject to rate limiting. If you exceed the rate limit, we may return a **429-“Too many requests”** response status code.
134
+
The Data Export API is subject to rate limiting. If you exceed the rate limit, we may return a **429-Too Many Requests** response status code.
135
135
136
136
We provide rate limits in order to ensure the stability of our infrastructure for all clients and the best experience for you. When calling the Data Export API you should implement **429** retry logic using exponential backoff and jitter.
137
137
138
-
The early access API rate limits are: **1 Request / Second per endpoint**
138
+
The early access API rate limits are: **1 request / second for each endpoint**
139
139
140
140
141
141
## Page size and date range limitations
142
142
143
143
In addition to rate limits, we’ve implemented page size and date range limitations.
144
144
145
-
**Page size limitations**: 10,000 record max per page
145
+
**Page size limitations**: maximum of 10,000 records per page
146
146
147
-
**Date range limitations:** Exports are limited to records from the previous 60 days
147
+
**Date range limitations:** the end date of the query must be **60 days** or less from the start date
0 commit comments