API Reference
The Sentry web API is used to access the Sentry platform programmatically. You can use the APIs to manage account-level resources, like organizations and teams, as well as manage and export data.
If you're looking for information about the API surface for Sentry's SDKs, see the SDK Development docs.
The current version of the Sentry's web API is considered v0. Our public endpoints are generally stable, but beta endpoints are subject to change.
While many of our APIs use sentry.io
as the host for API endpoints, if you want to indicate a specific data storage location, you should use region-specific domains.
- US region is hosted on
us.sentry.io
- DE region is hosted on
de.sentry.io
.
To find out which API resources are available on region-based domains, see what types of data are stored where for more information.
Was this helpful?