Skip to main content
Returns a list of Sentry projects from the connected organization that can be linked to Aether projects.

Authentication

Requires a valid Bearer token. Requires an active Sentry connection.

Response

projects
array
List of Sentry projects.
{
  "projects": [
    {
      "id": "123456",
      "slug": "my-app",
      "name": "My App",
      "platform": "javascript"
    }
  ]
}

Errors

StatusDescription
401Unauthorized — missing or invalid token
403Forbidden — no Sentry connection