Aramark Marko Operational Daily

This API will return intra-day operational data.

Operations 2

GET /performance/snapshot/{org_value} Intra-day performance #
GET /revenue/snapshot/{org_value} Intra-day revenue #

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/aramark-marko-operational-daily"
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

aramark-operational-daily-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"version":"1.0.0-oas3","title":"Operational Daily","description":"This API will return intra-day operational data.\n\nThe base endpoint URL for this API in production is: `https://marko.aramark.net/v1/operational/daily`.\n\nFor testing the API with the \"Try\" tool on this page or in your app, use either our testing server \"qa-marko\" or our development server \"dev-marko\".\n"},"tags":[{"name":"Performance","description":"Get Performance Metrics"},{"name":"Revenue","description":"Get Revenue Metrics"}],"security":[{"apiKey":[]}],"paths":{"/performance/snapshot/{org_value}":{"get":{"summary":"Intra-day performance","description":"Returns snapshot of intra-day performance\n\n![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","operationId":"getPerformanceSnapshotByOrgValue","tags":["Performance"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/startDateParam"},{"$ref":"#/components/parameters/endDateParam"},{"$ref":"#/components/parameters/rollupParam"},{"$ref":"#/components/parameters/groupParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Provides the service results for a specific unit of measure","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0"},"pos_sales":{"type":"array","items":{"$ref":"#/components/schemas/performance_snapshot"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/revenue/snapshot/{org_value}":{"get":{"summary":"Intra-day revenue","description":"Returns snapshot of intra-day revenue \n\n![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","operationId":"getRevenueSnapshot","tags":["Revenue"],"parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/startDateParam"},{"$ref":"#/components/parameters/endDateParam"},{"$ref":"#/components/parameters/rollupParam"},{"$ref":"#/components/parameters/posParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Provides the service results for a specific unit of measure","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0"},"pos_sales":{"type":"array","items":{"$ref":"#/components/schemas/revenue_snapshot"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}}},"servers":[{"url":"https://dev-marko.aramark.net/v1/operational/daily","description":"Development server"},{"url":"https://qa-marko.aramark.net/v1/operational/daily","description":"Testing server"}],"components":{"parameters":{"orgValueParam":{"in":"path","name":"org_value","description":"Aramark Organization code for rollup. This must be at the same level of the top_node parameter. Expects nine characters, _include leading zeros_.\n","required":true,"schema":{"type":"string"}},"startDateParam":{"in":"query","name":"start_date","description":"Calendar date for daily transactions. \"mm/dd/yyyy\"","required":true,"schema":{"type":"string"}},"endDateParam":{"in":"query","name":"end_date","description":"Calendar end date for daily transactions. Will use start_date if not provided. \"mm/dd/yyyy\"","required":false,"schema":{"type":"string"}},"rollupParam":{"in":"query","name":"rollup","description":"Flag used to determine whether or not output will display an aggregate of child organizations or not.","required":false,"schema":{"type":"string","enum":["Y","N"],"default":"Y"}},"groupParam":{"in":"query","name":"group","description":"Used to determine what parameter by which data is grouped","schema":{"type":"string","enum":["POS"]}},"posParam":{"in":"query","name":"pos","required":false,"description":"Flag used to determine whether or not output will display an aggregate of POS system or not.","schema":{"type":"string","enum":["Y","N"],"default":"Y"}},"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache.","schema":{"type":"string","enum":["true","false"],"default":"false"}},"smokeParam":{"in":"header","name":"smoke","description":"When set to 'true' this HTTP header variable will route the API call to the Integration testing environment.  Only applicable in QA.","schema":{"type":"string","enum":["true","false"]}}},"securitySchemes":{"apikey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify security"}},"schemas":{"performance_snapshot":{"type":"object","properties":{"calendar_date":{"type":"string","description":"Date or transactional rollup"},"org_value":{"type":"string","description":"Aramark Organization code for rollup"},"parent_org":{"type":"string","description":"Code for Parent Organization"},"parent_org_name":{"type":"string","description":"Name of Parent Organization"},"parent_org_level":{"type":"number","description":"Level of Parent Organization in Hierarchy"},"child_org":{"type":"string","description":"Code of Child Organization"},"child_org_name":{"type":"string","description":"Name of Child Organization"},"child_org_level":{"type":"number","description":"Level of Child Organization in Hierarchy"},"source":{"type":"string","description":"Name of Point of Sale Source System"},"total_sales":{"type":"number","description":"Sales subtotal (without tax)"},"total_volume":{"type":"number","description":"Number of Items sold"},"total_checks":{"type":"number","description":"Total number of checks"},"avg_check":{"type":"number","description":"Total Sales / Number of Checks"},"cashless_pct":{"type":"number","description":"Percentage of cashless sales in relation to total sales"},"productive_hours":{"type":"number","description":"Hours for employees productive time on the job, not including vacation, holiday and PTO hours"},"productive_wages":{"type":"number","description":"Wages for employees productive time on the job, not including vacation, holiday and PTO wages"},"last_updated":{"type":"string","description":"Time at which the data was last refreshed"}}},"revenue_snapshot":{"type":"object","properties":{"calendar_date":{"type":"string","description":"Date or transactional rollup"},"org_value":{"type":"string","description":"Aramark Organization code for rollup"},"parent_org":{"type":"string","description":"Code for Parent Organization"},"parent_org_name":{"type":"string","description":"Name of Parent Organization"},"parent_org_level":{"type":"number","description":"Level of Parent Organization in Hierarchy"},"child_org":{"type":"string","description":"Code of Child Organization. Only applicable when rollup=\"N\""},"child_org_name":{"type":"string","description":"Name of Child Organization. Only applicable when rollup=\"N\""},"child_org_level":{"type":"number","description":"Level of Child Organization in Hierarchy. Only applicable when rollup=\"N\""},"source":{"type":"string","description":"Name of Point of Sale Source System. Only applicable when pos=\"Y\""},"source_code":{"type":"string","description":"Code used for downstream APIs for Source System. Only applicable when pos=\"Y\""},"sub_source":{"type":"string","description":"Name of Point of Sale Sub Source System. Only applicable when pos=\"Y\""},"total_sales":{"type":"number","description":"Sales subtotal (without tax)"},"total_volume":{"type":"number","description":"Number of Items sold"},"total_checks":{"type":"number","description":"Total number of checks"},"avg_check":{"type":"number","description":"Total Sales / Number of Checks"},"cashless_pct":{"type":"number","description":"Percentage of cashless sales in relation to total sales"},"last_updated":{"type":"string","description":"Time at which the data was last refreshed"}}}}}}