Aramark Marko Organization Brands

This API will return organization brand information.

Operations 1

GET /brands Organization brand 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-brands"
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-brands-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"This API will return organization brand information.\n\n__The base endpoint URL for this API in production is:__ `https://marko.aramark.net/v1/organization`.\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":"Organization Brands"},"tags":[{"name":"Brand","description":"This API will return a list of Organizational Brand information"}],"paths":{"/brands":{"get":{"summary":"Organization brand information","description":"\nReturn a collection of organization brand information.\n\n![This endpoint is in QA](/themes/portal/images/statuspngs/statusqa.png)\n","operationId":"getOrganizationBrand","parameters":[{"$ref":"#/components/parameters/updateDateParam"},{"$ref":"#/components/parameters/enabledParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"tags":["Brand"],"responses":{"200":{"description":"List of brand information","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned in request"},"brands":{"type":"array","items":{"$ref":"#/components/schemas/brands"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}}},"servers":[{"url":"https://qa-marko.aramark.net/v1/organization","description":"Testing server"},{"url":"https://dev-marko.aramark.net/v1/organization","description":"Development server"}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"apiKey","description":"This HTTP Header variable will verify permissions."}},"parameters":{"updateDateParam":{"in":"query","name":"update_date","description":"Calendar date for last update. \"mm/dd/yyyy\"","required":false,"schema":{"type":"string"}},"enabledParam":{"in":"query","name":"enabled","description":"Flag to determine if the brand is active or not","required":false,"schema":{"type":"string","enum":["Y","N"]}},"pageParam":{"in":"query","name":"page","description":"Page number of result set","required":false,"schema":{"type":"number","default":1}},"sizeParam":{"in":"query","name":"size","description":"Number of rows in each page to return.","required":false,"schema":{"type":"string","default":50}},"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","default":false}}},"schemas":{"brands":{"type":"object","properties":{"brand_id":{"type":"number","description":"Unique ID of the Brand"},"brand_name":{"type":"string","description":"Name of the Brand"},"concept_cd":{"type":"string","description":"Unique ID of the Concept"},"concept_cd_desc":{"type":"string","description":"Description of the Concept CD"},"agreement_type_id":{"type":"number","description":"Unique ID of the Agreement Type"},"agreement_type_desc":{"type":"string","description":"Description of the Agreement Type"},"brand_type_id":{"type":"number","description":"Unique ID of the Brand Type"},"brand_type_desc":{"type":"string","description":"Description of the Brand Type"},"brand_category_id":{"type":"number","description":"Unique ID of the Brand Category"},"brand_category_desc":{"type":"string","description":"Description of the Brand Category"},"enabled":{"type":"string","description":"Flag to determine if a Brand is active or not 'Y' or 'N'"},"last_update_date":{"type":"string","description":"Date on which the brand was last updated"}}}}}}