API call specifications for navigation menus
This article explains how Cortex provides dedicated navigation menu options for your app or website. It presents the API calls for the navigation service.
Introduction
Cortex provides a dedicated capability for creating navigation bars and menus for your website. These can be built and edited in Cortex, and pulled in using APIs. The fields for the API calls are set within Cortex, so this document first runs through the API call constructs and then goes through the options and fields as they can be set by the creator within Cortex.
Navigation menu API call constructs
Below is the API call to fetch a navigation menu.
GET
{environment-id}/v1/clients/{clientID}/navigations/{navigationID}
In which:
{environment-id}
is the URL for stage (test) or production (live).
- Stage: https://navigation-stage.cortextech.io
- Production: https://navigation.cortextech.io
- Production (US environment): https://navigation.cortextech.us
{clientId}
is your client ID, assigned during onboarding.
{navigationID}
is the unique ID for the navigation object you require. This ID can be obtained from the Cortex platform.
For example:
GET
https://navigation.cortextech.io/v1/clients/INCROWD/navigations/66bcd25e9615794e009b6e35
Updated about 1 month ago