Track_endpoints property when imported from swagger

What is the purpose of “track_endpoints” property in API definition? It is just for display in Dashboard or is there anything else (whitelisting…)?

"extended_paths": {
            "track_endpoints": [
              {
                "path": "/customers/appSecured/{id}/xxxxxx",
                "method": "DELETE"
              },
1 Like

It is to keep watch of the analytics for the endpoint. The opposite of that is Do Not Track Endpoint

2 Likes