Incentivio Menu Intelligence Controller API

The menu-intelligence-controller API from Incentivio — 4 operation(s) for menu-intelligence-controller.

Operations 4

GET /incentivio-reports/menuintelligence/locations #
GET /incentivio-reports/menuintelligence/itemMetrics #
GET /incentivio-reports/menuintelligence/itemMetrics/export #
GET /incentivio-reports/menuintelligence/groups #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/incentivio-menu-intelligence-controller-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

incentivio-menu-intelligence-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: OpenAPI definition Menu Intelligence Controller API
  version: v0
servers:
- url: https://adminapi.incentivio.com/incentivio-admin-api
  description: Generated server url
tags:
- name: menu-intelligence-controller
paths:
  /incentivio-reports/menuintelligence/locations:
    get:
      tags:
      - menu-intelligence-controller
      operationId: getMenuIntelligenceLocations
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/MenuIntelligenceLocation'
  /incentivio-reports/menuintelligence/itemMetrics:
    get:
      tags:
      - menu-intelligence-controller
      operationId: getMenuIntelligenceItemMetrics
      parameters:
      - name: groups
        in: query
        required: false
        schema:
          type: array
          items:
            type: string
      - name: groupType
        in: query
        required: false
        schema:
          type: string
      - name: location
        in: query
        required: false
        schema:
          type: string
      - name: searchInput
        in: query
        required: false
        schema:
          type: string
      - name: sortBy
        in: query
        required: false
        schema:
          type: string
          default: itemScore
      - name: sortDirection
        in: query
        required: false
        schema:
          type: string
          default: DESC
      - name: page
        in: query
        required: true
        schema:
          type: integer
          format: int32
      - name: count
        in: query
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/MenuIntelligenceItemMetricsResponseDTO'
  /incentivio-reports/menuintelligence/itemMetrics/export:
    get:
      tags:
      - menu-intelligence-controller
      operationId: getMenuIntelligenceItemMetricsCSVString
      parameters:
      - name: groups
        in: query
        required: false
        schema:
          type: array
          items:
            type: string
      - name: groupType
        in: query
        required: false
        schema:
          type: string
      - name: location
        in: query
        required: false
        schema:
          type: string
      - name: searchInput
        in: query
        required: false
        schema:
          type: string
      - name: sortBy
        in: query
        required: false
        schema:
          type: string
          default: itemScore
      - name: sortDirection
        in: query
        required: false
        schema:
          type: string
          default: DESC
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: string
  /incentivio-reports/menuintelligence/groups:
    get:
      tags:
      - menu-intelligence-controller
      operationId: getMenuIntelligenceGroups
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/MenuIntelligenceGroup'
components:
  schemas:
    DoubleMetricDetail:
      type: object
      properties:
        all:
          type: number
          format: double
        good:
          type: number
          format: double
        bad:
          type: number
          format: double
    MenuIntelligenceItemMetricsResponseDTO:
      type: object
      properties:
        content:
          type: array
          items:
            $ref: '#/components/schemas/MenuIntelligenceItemGeneralMetrics'
        paging:
          $ref: '#/components/schemas/ResultsPagingDTO'
    MenuIntelligenceGroup:
      type: object
      properties:
        clientId:
          type: string
        jobId:
          type: integer
          format: int32
        createdDate:
          type: string
          format: date-time
        groupDetails:
          type: array
          items:
            $ref: '#/components/schemas/GroupDetail'
      required:
      - createdDate
      - groupDetails
    IntegerMetricDetail:
      type: object
      properties:
        all:
          type: integer
          format: int32
        good:
          type: integer
          format: int32
        bad:
          type: integer
          format: int32
    ResultsPagingDTO:
      type: object
      properties:
        total:
          type: integer
          format: int64
        count:
          type: integer
          format: int32
        totalPages:
          type: integer
          format: int64
        currentPage:
          type: integer
          format: int32
    LocationDetail:
      type: object
      properties:
        locationId:
          type: string
        locationName:
          type: string
    MenuIntelligenceItemGeneralMetrics:
      type: object
      properties:
        id:
          type: string
        jobId:
          type: integer
          format: int32
        itemId:
          type: string
        createdDate:
          type: string
          format: date-time
        clientId:
          type: string
        itemName:
          type: string
        itemPrice:
          type: number
          format: float
        groupNames:
          type: array
          items:
            type: string
        groupTypes:
          type: array
          items:
            type: string
        locationId:
          type: string
        totalVolumeSold:
          $ref: '#/components/schemas/IntegerMetricDetail'
        volumeSoldLastMonth:
          $ref: '#/components/schemas/IntegerMetricDetail'
        volumeSoldPerMonth:
          $ref: '#/components/schemas/DoubleMetricDetail'
        volumeSoldBreakfast:
          $ref: '#/components/schemas/IntegerMetricDetail'
        volumeSoldLunch:
          $ref: '#/components/schemas/IntegerMetricDetail'
        volumeSoldDinner:
          $ref: '#/components/schemas/IntegerMetricDetail'
        customerPercentage:
          $ref: '#/components/schemas/DoubleMetricDetail'
        avgOrdersPerMonth:
          $ref: '#/components/schemas/DoubleMetricDetail'
        revenueGenerated:
          $ref: '#/components/schemas/DoubleMetricDetail'
        indexMetricOverUnderIndexValue:
          type: number
          format: double
        indexMetricOverUnderState:
          type: string
        itemScore:
          type: number
          format: double
        itemImageUrl:
          type: string
      required:
      - clientId
      - createdDate
      - itemName
      - itemPrice
      - itemScore
    GroupDetail:
      type: object
      properties:
        groupName:
          type: string
    MenuIntelligenceLocation:
      type: object
      properties:
        clientId:
          type: string
        jobId:
          type: integer
          format: int32
        createdDate:
          type: string
          format: date-time
        locationDetails:
          type: array
          items:
            $ref: '#/components/schemas/LocationDetail'
      required:
      - createdDate
      - locationDetails