{
  "endpoints": {
    "article": "/agent-read/{slug}",
    "articles_index": "/agent-read/articles",
    "categories_index": "/agent-read/categories",
    "snippets_index": "/agent-read/snippets",
    "snippet": "/agent-read/snippets/{id}",
    "profile": "/agent-read/profiles/{slug}",
    "profiles_index": "/agent-read/profiles",
    "vendor": "/agent-read/vendors/{slug}",
    "vendors_index": "/agent-read/vendors"
  },
  "notes": "All endpoints return anonymised, attributable evidence. Named customer accounts are never returned unless visibility=public AND customer_consent=true."
}