Skip to main content

Where can I find Sentry’s API endpoints?

Issue

I want to know where to find Sentry API endpoints for internal reporting, forwarding data to other services, creating resources such as alerts or teams, or other work that needs an API.

Applies To

  • All SaaS Customers and Self-Hosted Users

  • API

Resolution

Start with the Sentry API Reference. The sidebar groups endpoints by product area - organizations, teams, projects, events, alerts, and more.

Call the API with a bearer auth token and the scopes that endpoint needs. See Authentication. If your org is in a specific data region, use that host (for example us.sentry.io or de.sentry.io) when the endpoint supports it.

Did this answer your question?