List an Organization's Repositories
GET /api/0/organizations/{organization_id_or_slug}/repos/
Return a list of version control repositories for a given organization.
Path Parameters
organization_id_or_slug
(string)REQUIREDThe organization short name.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:org: read
Copied
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/repos/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied[ { "dateCreated": "2018-11-06T21:19:58.536Z", "id": "3", "name": "sentry/sentry" } ]