Menoo
    • Locations
      • List all locations
        GET
      • Get a single location
        GET
    • Menus
      • List menus
        GET
      • Get a single menu with categories and items
        GET
    • Items
      • List all items in a menu
        GET
      • Update an item
        PUT
      • Toggle item availability
        POST
    • Webhooks
      • Menu created
      • Menu updated
      • Menu deleted
      • Menu toggled
      • Category created
      • Category updated
      • Category deleted
      • Item created
      • Item updated
      • Item deleted
      • Item availability toggled
      • Location created
      • Location updated
      • Location deleted
    • Schemas
      • Location
      • Menu
      • MenuDetail
      • Category
      • CategoryDetail
      • Item
      • Error
      • WebhookPayload

    Location

    {
        "location_id": 42,
        "name": "Trattoria da Mario",
        "handle": "trattoria-mario",
        "address": "Via Roma 1, Milano",
        "phone": "+39 02 1234567",
        "is_active": true,
        "created": "2026-01-15 10:30:00"
    }
    Built with