Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ If you're looking for information about the API surface for Sentry's SDKs, see t

## Versioning

Sentry's web API is **v0** and under development. Public endpoints, especially those marked as beta may change.
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 Postman Collection](https://www.postman.com/sentryio)
- [Authentication](/api/auth/)
- [Pagination](/api/pagination/)
- [Permissions](/api/permissions/)
- [Rate Limits](/api/ratelimits)
- [Requests](/api/requests/)

### Sentry API Tutorials

- [Tutorial: Create a Sentry Authentication Token](/api/guides/create-auth-token/)
- [Tutorial: Create and List Teams with the Sentry API](/api/guides/teams-tutorial/)

Expand Down