Aramark Marko Vendor

Returns Vendor data Vendor API from the Aramark Marko data and AI platform.

Operations 1

GET /vendor/purchase_orders #

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-vendor"
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-vendor-openapi.json Raw ↑
{"openapi":"3.0.1","info":{"title":"Vendor","description":"Returns Vendor data","version":"1.0.0"},"servers":[{"url":"https://qa-marko.aramark.net/v1"},{"url":"https://dev-marko.aramark.net/v1"}],"tags":[{"name":"Purchase Orders","description":"Vendor Purchase Order Data"}],"paths":{"/vendor/purchase_orders":{"get":{"tags":["Purchase Orders"],"description":"Returns Purchase Order data for a Vendor","operationId":"getVendorPurchaseOrders","parameters":[{"name":"vendor_name","in":"query","description":"Search name of vendor. vendor_name or po_number is required","schema":{"type":"string"}},{"name":"po_number","in":"query","description":"Search po_number. vendor_name or po_number is required","schema":{"type":"number"}},{"name":"page","in":"query","description":"Page of result set. Default to 1.","required":false,"schema":{"type":"number","default":1}},{"name":"size","in":"query","description":"Size of result set. Default to 50.","required":false,"schema":{"type":"number","default":50}},{"name":"bypass-cache","in":"header","description":"This HTTP Header variable will bypass cache","schema":{"type":"string","default":"false","enum":["true","false"]}}],"responses":{"200":{"description":"List of purchase orders","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'"},"count":{"type":"string","description":"Number of records returned in request"},"purchase_orders":{"type":"array","items":{"$ref":"#/components/schemas/purchase_orders"}}}}}}},"404":{"description":"Requested resource does not exist.","content":{}},"405":{"description":"HTTP Verb / Operation not supported","content":{}}}}}},"components":{"schemas":{"purchase_orders":{"type":"object","properties":{"vendor_name":{"type":"string"},"vendor_number":{"type":"string"},"po_number":{"type":"string"},"po_date":{"type":"string"},"po_total_amount":{"type":"number"},"po_item_count":{"type":"number"}}}},"securitySchemes":{"apikey":{"type":"apiKey","description":"This HTTP Header variable will verify security","name":"apikey","in":"header"}}},"x-original-swagger-version":"2.0"}