| CARVIEW |
Select Language
HTTP/2 308
cache-control: public, max-age=0, must-revalidate
content-type: text/plain
date: Sat, 27 Dec 2025 14:40:14 GMT
location: /api/
refresh: 0;url=/api/
server: Vercel
strict-transport-security: max-age=63072000
x-vercel-id: bom1::42tcg-1766846414367-e799ce4b4c88
HTTP/2 200
access-control-allow-origin: *
age: 64657
cache-control: public, max-age=0, must-revalidate
content-disposition: inline
content-encoding: gzip
content-security-policy: upgrade-insecure-requests; default-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.sentry-cdn.com www.googletagmanager.com plausible.io widget.kapa.ai www.gstatic.com www.google.com vercel.live; connect-src 'self' *.sentry.io sentry.io *.algolia.net *.algolianet.com *.algolia.io kapa-widget-proxy-la7dkmplpq-uc.a.run.app plausible.io reload.getsentry.net storage.googleapis.com raw.githubusercontent.com; img-src * 'self' data: www.google.com www.googletagmanager.com; style-src 'self' 'unsafe-inline'; font-src 'self' fonts.gstatic.com; frame-src www.google.com recaptcha.google.com demo.arcade.software player.vimeo.com; worker-src blob:; report-uri https://o1.ingest.sentry.io/api/1297620/security/?sentry_key=b3cfba5788cb4c138f855c8120f70eab; report-to csp
content-type: text/html; charset=utf-8
date: Sat, 27 Dec 2025 14:40:14 GMT
etag: W/"08626e7abfa8fe866344d199703c0c1d"
nel: {"report_to":"nel","max_age":3600,"success_fraction":0.01,"failure_fraction":1.0}
report-to: {"group":"nel","max_age":3600,"endpoints":[{"url":"https://o1.ingest.sentry.io/api/4507503193292800/nel/?sentry_key=ade2f3d18e4f49c513b0a8644927d27b"}]},{"group":"csp","max_age":3600,"endpoints":[{"url":"https://o1.ingest.sentry.io/api/1297620/security/?sentry_key=b3cfba5788cb4c138f855c8120f70eab"}]}
server: Vercel
strict-transport-security: max-age=63072000
vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch
x-content-type-options: nosniff
x-frame-options: sameorigin
x-matched-path: /api
x-nextjs-prerender: 1
x-nextjs-stale-time: 4294967294
x-vercel-cache: HIT
x-vercel-id: bom1::42tcg-1766846414385-6ba8e781219f
x-xss-protection: 1; mode=block
API Reference
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.
Versioning
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.
Getting Started
Sentry API Tutorials
Choosing the Right API Base Domain
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?