Skip to main content
GET
List Menus

List Menus

Returns the navigation menus (link lists) in the store.

Request

Parameters

This endpoint returns every menu for the store in a single response. It does not currently accept pagination or filter parameters.

Response

Responses use the standard envelope (status, state, message, data, count, pagination). The menus are returned as a flat array under data.menus.
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 menus array
count
integer
Result count metadata; null for this endpoint
pagination
object
Pagination metadata; null for this endpoint

Example Response

Error Codes

HTTP StatusDescription
401Invalid or missing access token
403App doesn’t have read_content scope