Introducing Dynamic Endpoint Tagging

Learn when to use DAST vs SAST for API security in 2026, their limitations, best practices, and how to secure modern APIs effectively.

ON THIS PAGE

10238 views

Here’s a glimpse of the said function:

def tag_endpoint(har_entry):
  request = har_entry.request
  response = har_entry.response
 
for header in response.headers:
     
if header.name.casefold() == "x-powered-by".casefold():
         
return {"service": header.value}
 
return {}

This tag shows up on the endpoint in the catalog:

To create your own Tag Functions, navigate to the “Settings” page on the Levo dashboard and click on the “Add Tags Configuration” button under the “Dynamic Tagging” heading.

The above instances highlight just a few applications of our dynamic tagging feature. However, our users have discovered numerous ingenious ways to leverage this feature.

We offer a complimentary product for up to 100 endpoints, so sign up and try it! 

We are always here to assist you if you devise any intriguing use cases or have any queries. 

Summarize with AI

We didn’t join the API Security Bandwagon. We pioneered it!