Agara
Navigation

Header navigation

Ordered list of header items — built-in sentinels first, then editorial category links.

GET
/api/v1/nav/header
curl -X GET "https://app.agara.xyz/api/v1/nav/header"

Success

{
  "items": [
    {
      "label": "string",
      "icon": "string",
      "url": "string",
      "key": "string",
      "count": 0,
      "badge": "live",
      "children": [
        {
          "label": "string",
          "icon": "string",
          "url": "string",
          "key": "string",
          "count": 0,
          "badge": "live",
          "children": []
        }
      ]
    }
  ]
}