GuidesAPI EndpointsChangelog
Log In
API Endpoints

Retrieve Menus

This operation will retrieve all Menus that are linked to the Integrated Partner.

You can use the sort and filter query parameters to refine the results and locate specific Menus.


šŸ’” Tip šŸ’”

The Menu response includes a nested organization object.

You can use its id field (organization.id) with the filters[organization_id] query parameter to fetch all Menus belonging to that Organization.

Query Params
int32
0 to 150
Defaults to 20

Number of items per page for paginated lists. Maximum 150.

sort[]
array of strings

Optionally return resources in a specified order. Use a '-' to invert order.

sort[]
string
enum

Filter menus that are eligible to be assigned as this feature

Allowed:
int32

Filter menus that have an items_count above this number

int32

Filter menus that have an items_count below this number

string

Filter resources where name equals; cannot be combined with match

string

Filter resources where name contains; cannot be combined with eq

int32

Filter menus belonging to this organization_id

date-time

Filter resources after the updated_at timestamp

date-time

Filter resources before the updated_at timestamp

Responses

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json