v1

latestOpenAPI 3.1.02026-07-24257573.4 KB
Menus

Retrieve a Menu

This operation will retrieve a Menu that are linked to the Integrated Partner.

get/menus/{menu_id}

Path parameters

menu_idinteger required

Response

Successful Menu Retrieval

Example response

{
  "data": {
    "id": 420,
    "items_count": 72,
    "name": "Purple Urkle",
    "organization": {
      "id": 420,
      "name": "Purple Urkle"
    },
    "updated_at": "2023-04-20T16:20:00Z"
  }
}