getsentry / getsentry/sentry

List internal integration endpoint only works with personal token.

Open
#60,072 4 comments 0 reactions 0 assignees View on GitHub
Bug Product Area: Settings - Integrations
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
1d 5h
Merged PRs (30d)
624

Description

### Environment

SaaS (https://sentry.io/)

### Steps to Reproduce

1. Create an integration will full access or an org token.
2. Use the token on this endpoint: https://docs.sentry.io/api/integration/list-an-organizations-integration-platform-installations/

### Expected Result

The list of internal integrations is displayed.

### Actual Result

Org token results in:
```
{
"detail": "You do not have permission to perform this action."
}
```

Internal integration token results in:
```
{
"detail": "Not found."
}
```

### Product Area

APIs

### Link

_No response_

### DSN

_No response_

### Version

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.