Aramark Marko Organization Suppliers

This API will return Organizational Supplier information

Operations 1

GET /suppliers/{org_value} Return a collection of Organizational Supplier information #

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-organization-suppliers"
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-organization-suppliers-openapi.json Raw ↑
{"swagger":"2.0","info":{"description":"This API will return Organizational Supplier information","version":"1.0.0","title":"Suppliers"},"host":"qa-marko.aramark.net","basePath":"/v1/organization","schemes":["https"],"tags":[{"name":"Supplier","description":"This API will return a list of Organizational Supplier information"}],"paths":{"/suppliers/{org_value}":{"get":{"summary":"Return a collection of Organizational Supplier information","operationId":"getOrganizationSupplier","parameters":[{"in":"path","name":"org_value","type":"string","description":"Location Code to have Suppliers returned for","required":true},{"in":"query","name":"search","type":"string","description":"Used to search for a supplier against Name or MSA","required":false},{"in":"query","name":"enablement_type","type":"string","description":"User to filter records by Supplier Enablement Type. Multiple entries allowed in a comma separated list","required":false,"enum":["DIRECT BILL","ERCV","PROGRAM - INVOICE ONLY","PUNCHOUT","ADOPTED"]},{"in":"query","name":"enabled_only","type":"string","description":"Flag used to determine if the Supplier is Enabled or not","enum":["true","false"],"required":false,"default":true},{"name":"page","in":"query","type":"string","description":"Page number of result set","default":1,"required":false},{"name":"size","in":"query","type":"string","description":"Number of records to be returned in each page of result set","default":50},{"name":"bypass-cache","in":"header","type":"string","description":"This HTTP Header variable will bypass cache","enum":["true","false"],"default":false},{"name":"apikey","in":"header","type":"string","description":"This HTTP Header variable will verify permissions."},{"name":"smoke","in":"header","type":"string","description":"When set to 'true' this HTTP header variable will route the API call to the Integration testing environment.  Only applicable in QA.","default":false}],"tags":["Supplier"],"responses":{"200":{"description":"List of supplier information","schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned in request"},"page":{"type":"number","description":"Page number of the result set"},"size":{"type":"number","description":"Size of the result set"},"suppliers":{"type":"array","items":{"$ref":"#/definitions/suppliers"}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}}},"definitions":{"suppliers":{"type":"object","properties":{"msa":{"type":"string","description":"MSA of the supplier"},"vendor_name":{"type":"string","description":"Name of the supplier"},"supplier_display_name":{"type":"string","description":"Conactinated string of MSA and Vendor Name"},"location":{"type":"string","description":"Aramark Location Code"},"location_name":{"type":"string","description":"Name of Aramark Location"},"customer_number":{"type":"string","description":"Number of the Customer"},"enablement_type":{"type":"string","description":"Enablement Type of the Supplier"},"assignment_start_date":{"type":"string","description":"Start Date of the Assignment of the Supplier"}}}}}