https://api.visitors.now/v1/project/masked-pathnamesReturns pathname patterns aggregated in analytics output.
const res = await fetch("https://api.visitors.now/v1/project/masked-pathnames", {
headers: { Authorization: `Bearer ${VISITORS_API_KEY}` },
});
const data = await res.json();{
"maskedPathnames": ["/users/:id"]
}