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: docs/api/index.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,15 @@ Sentry's web API is **v0** and under development. Public endpoints, especially t
21
21
-[Tutorial: Create a Sentry Authentication Token](/api/guides/create-auth-token/)
22
22
-[Tutorial: Create and List Teams with the Sentry API](/api/guides/teams-tutorial/)
23
23
24
-
## Finding the API base domain
24
+
## Choosing the Right API Base Domain
25
25
26
-
While many of the API examples use `sentry.io` as the host for API endpoints, if
27
-
you want to take advantage of [data storage location](/organization/data-storage-location/#what-types-of-data-are-stored-where) you should use the region
28
-
specific domains instead.
26
+
While many of our APIs use `sentry.io` as the host for API endpoints, if
27
+
you want to indicate a specific [data storage location](/organization/data-storage-location/#what-types-of-data-are-stored-where), you should use region-specific domains.
29
28
30
29
- US region is hosted on `us.sentry.io`
31
30
- DE region is hosted on `de.sentry.io`.
32
31
33
-
To find out which API resources are available on region base domains see [what
32
+
To find out which API resources are available on region-based domains, see [what
34
33
types of data are stored
35
34
where](/organization/data-storage-location/#what-types-of-data-are-stored-where) for more information.
Copy file name to clipboardExpand all lines: docs/organization/data-storage-location/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ Metadata that lets Sentry identify an organization will be replicated out of the
57
57
58
58
## Using Data Storage Location APIs
59
59
60
-
To ensure that your API requests are only processed within your selected data storage location use the regionspecific domain for your data storage location:
60
+
To ensure that your API requests are only processed within your selected data storage location, use the region-specific domain:
0 commit comments