Skip to main content
GET
Get Menu

Get Menu

Returns a single navigation menu by its ID, including all links and nested children.

Request

Path Parameters

string
required
The unique menu ID

Response

Responses use the standard envelope (status, state, message, data, count, pagination). The menu is nested under data.menu.
integer
HTTP status code (200 on success)
string
Result state, e.g. success
string
Human-readable message, or null
object
Wrapper object containing the menu
integer
Result count (omitted for single-resource responses)
object
Pagination metadata; null for single-resource responses

Example Response

Error Response

When the menu does not exist, the endpoint returns the standard envelope with an error state:

Error Codes