Endpoints

The Endpoints page lists the path and method of individual Service endpoints with additional information like endpoint file location, link to its location in the repository, the number of affected deployments, and when it was first seen.

Endpoints represent the externally or internally accessible routes defined in your application code. This includes HTTP methods (e.g., GET, POST, DELETE) and their associated paths.

By aggregating endpoints across repositories and languages, this page helps teams:

  • Understand application attack surface

  • Identify exposed routes across services

  • Track API growth over time

  • Investigate high-risk HTTP methods

  • Correlate endpoints with repositories and code ownership

This information can be sorted by each of its columns and filter by method, file, repository, and language.

Last updated

Was this helpful?