Aramark Marko Service Areas V2

This API will return a collection of Service Data.

Operations 2

GET /service_areas Service Areas #
GET /service_areas/updates Service Areas with Updates #

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-service-areas-v2"
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-service-areas-v2-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"This API will return a collection of Service Data.\n\nThe base endpoint URL for this API in production is: `https://marko.aramark.net/v2`.\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","version":"1.0.0-oas3","title":"Service Areas V2"},"tags":[{"name":"Service Area","description":"A collection of Service Area Data"}],"paths":{"/service_areas":{"get":{"summary":"Service Areas","description":"Returns Service Area Data\n","operationId":"getServiceAreasV2","tags":["Service Area"],"parameters":[{"$ref":"#/components/parameters/siteIdParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Service Area Data","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'"},"count":{"type":"string","description":"Number of records"},"service_areas":{"type":"array","items":{"$ref":"#/components/schemas/service_areas"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/service_areas/updates":{"get":{"summary":"Service Areas with Updates","description":"Returns Service Area Data\n","operationId":"getServiceAreasWithUpdatesV2","tags":["Service Area"],"parameters":[{"$ref":"#/components/parameters/lastUpdateDateParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Service Area Data","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'"},"count":{"type":"number","description":"Number of records"},"service_areas":{"type":"array","items":{"$ref":"#/components/schemas/service_area_updates"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}}},"servers":[{"url":"https://qa-marko.aramark.net/v2","description":"Testing server"},{"url":"https://dev-marko.aramark.net/v2","description":"Development server"}],"components":{"parameters":{"siteIdParam":{"name":"site_id","in":"query","description":"ID of the Site","required":true,"schema":{"type":"number"}},"lastUpdateDateParam":{"name":"last_update_date","in":"query","description":"Last Update Date for the Service Area","required":true,"schema":{"type":"string"}},"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache","schema":{"type":"string","enum":["true","false"]}},"smokeParam":{"in":"header","name":"smoke","description":"When set to 'true' this HTTP Header variable will route to the Integration environment.  Only applicable in QA Server.\n","schema":{"type":"string","enum":["true","false"]}}},"securitySchemes":{"apikey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify security"}},"schemas":{"service_areas":{"type":"object","properties":{"location_id":{"type":"number","description":"ID of the Location"},"profit_center":{"type":"string","description":"Profit Center value"},"profit_center_name":{"type":"string","description":"Name of the Profit Center"},"service_area_id":{"type":"number","description":"ID of the Service Area"},"service_area_name":{"type":"string","description":"Name of the Service Area"},"enabled":{"type":"string","description":"Flag to determine if the Service Area is enabled"}}},"service_area_updates":{"type":"object","properties":{"service_area_id":{"type":"number","description":"ID of the Service Area"},"last_update_date":{"type":"string","description":"Last update date of the Service Area"}}}}}}