GET https://cds.thepublive.com/publisher/{publisher_id}/navbar/
Returns the navigation menu configuration with hierarchical support for nested menu items.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
Response Fields
Each navbar item contains:| Field | Type | Description |
|---|---|---|
link | string | URL path for the menu item |
name | string | Display text |
children | array/null | Nested child menu items (same structure) |
open_new_tab | boolean | Whether to open link in a new tab |
- 200: OK