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

id
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.
status
integer
HTTP status code (200 on success)
state
string
Result state, e.g. success
message
string
Human-readable message, or null
data
object
Wrapper object containing the menu
count
integer
Result count (omitted for single-resource responses)
pagination
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

HTTP StatusDescription
401Invalid or missing access token
403App doesn’t have read_content scope
404Menu with the specified ID does not exist