Every API here is available over the APIs.io API and to AI agents over MCP.
{"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"}}}}}}