API changes
Akto lets you know when a new API endpoint is added or when a new parameter to an endpoint is added.
- Go to API changes tab in your left nav. Go to the new endpoints tab. You can see here all the new endpoints discovered in the last two months.

- You can also see the trend of new endpoints and params addition. Typically these are added on every release.

- You can sort here by recency or filter by a specific date.

- You should add these endpoints in your security testing specially the ones which are marked as sensitive or are unauthenticated. Checkout how to manage sensitive data leak for these endpoints.
Akto allows you to discover whenever a new parameter is added to an existing endpoint. Sometimes developers add sensitive params to existing endpoints specially the ones which are unauthenticated.
- Go to API changes tab in your left nav. Go to the new params tab. You can see here all the new params discovered in the last two months.

- You can filters this list for only sensitive params.

- You can now manage these sensitive params and make sure to remove them if not necessary for functionality.
Last modified 7mo ago