Aramark Marko Region Core Details

This is a collection of Region Details Region Core Details API from the Aramark Marko data and AI platform.

Operations 4

GET /region/addresses/{org_value} Returns a collection of Region Address Attributes for One Region #
GET /region/addresses Returns a collection of Region Address Attributes #
GET /region/contacts/{org_value} Returns a collection of Contact Attributes for One Region #
GET /region/contacts Returns a collection of Region Contact Attributes #

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-region-core-details"
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-region-core-details-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"\nThis is a collection of Region Details\n\nThe 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":"Region Details"},"security":[{"apiKey":[]}],"paths":{"/region/addresses/{org_value}":{"get":{"operationId":"getRegionDetailsAddressByOrgValue","tags":["Address"],"summary":"Returns a collection of Region Address Attributes for One Region","description":"![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/addressTypeParam"},{"$ref":"#/components/parameters/formatParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Collection of Region Address Attributes","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned"},"region_address_details":{"type":"array","items":{"$ref":"#/components/schemas/region_address_details"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/region/addresses":{"get":{"operationId":"getRegionDetailsAddress","tags":["Address"],"summary":"Returns a collection of Region Address Attributes","description":"![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","parameters":[{"$ref":"#/components/parameters/addressTypeParam"},{"$ref":"#/components/parameters/formatParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Collection of Region Address Attributes","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned"},"region_address_details":{"type":"array","items":{"$ref":"#/components/schemas/region_address_details"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/region/contacts/{org_value}":{"get":{"operationId":"getRegionDetailsContactByOrgValue","tags":["Contact"],"summary":"Returns a collection of Contact Attributes for One Region","description":"![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","parameters":[{"$ref":"#/components/parameters/orgValueParam"},{"$ref":"#/components/parameters/contactTypeParam"},{"$ref":"#/components/parameters/formatParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Collection of Region Contact Attributes","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned"},"region_contacts_details":{"type":"array","items":{"$ref":"#/components/schemas/region_contacts_details"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}}},"/region/contacts":{"get":{"operationId":"getRegionDetailsContact","tags":["Contact"],"summary":"Returns a collection of Region Contact Attributes","description":"![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","parameters":[{"$ref":"#/components/parameters/contactTypeParam"},{"$ref":"#/components/parameters/searchParam"},{"$ref":"#/components/parameters/formatParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Collection of Region Contact Attributes","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success' or 'Error'","default":"Success"},"count":{"type":"string","description":"Number of records returned"},"region_contacts_details":{"type":"array","items":{"$ref":"#/components/schemas/region_contacts_details"}}}}}}},"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"}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify permissions."}},"parameters":{"orgValueParam":{"in":"path","name":"org_value","required":true,"description":"provide business organization code in URL to filter data set","schema":{"type":"string"}},"formatParam":{"in":"query","name":"format","required":false,"description":"allows to change the output to a desired format. 'JSON' - JSON, 'CSV' - CSV, 'XLS' - Excel","schema":{"type":"string","enum":["JSON","CSV","XLS"]}},"addressTypeParam":{"in":"query","name":"address_type","description":"optional parameter to limit results to a specfic address type","schema":{"type":"string","enum":["billing","forwarding","mailing","physical","remit","shipping"]}},"contactTypeParam":{"in":"query","name":"contact_type","description":"optional parameter to limit results to a specfic address type","schema":{"type":"string","enum":["manager","consumer_alert"]}},"pageParam":{"in":"query","name":"page","description":"Page number of result set","schema":{"type":"number","default":1}},"sizeParam":{"in":"query","name":"size","description":"Number of records to be returned in each page of result set","schema":{"type":"string","default":50}},"searchParam":{"in":"query","name":"search","description":"Used to search a specific Region.  Will match against Name and Value.  Maximum length of 20 characters.","schema":{"type":"string"}},"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"}}},"schemas":{"region_address_details":{"type":"object","properties":{"org_type":{"type":"string","description":"Type of Aramark Organization"},"org_value":{"type":"string","description":"Aramark Organization code"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"org_address_status":{"type":"string","description":"Indicator if the Profit Center Address is Active or not"},"address_type":{"type":"string","description":"Description of the Type of Address of the Profit Center"},"attn_line":{"type":"string","description":"Attention Line of the Address of the Profit Center"},"address_line_1":{"type":"string","description":"First Address line of the Profit Center"},"address_line_2":{"type":"string","description":"Second Address line of the Profit Center"},"address_line_3":{"type":"string","description":"Third Address line of the Profit Center"},"address_line_4":{"type":"string","description":"Fourth Address line of the Profit Center"},"address_line_5":{"type":"string","description":"Fifth Address line of the Profit Center"},"city_locality":{"type":"string","description":"City or Locality of the Profit Center"},"state_province":{"type":"string","description":"Sate or Province of the Profit Center"},"postal_code":{"type":"string","description":"Postal Code of the Profit Center"},"country":{"type":"string","description":"Country of the Profit Center"},"country_code":{"type":"string","description":"Code of the Country of the Profit Center"},"longitude":{"type":"string","description":"Longitude value of the Profit Center"},"latitude":{"type":"string","description":"Latitude value of the Profit Center"},"source":{"type":"string","description":"Source system for the Address Longitude and Latitude"},"formatted_address":{"type":"string","description":"Fully formatted Address of the Profit Center"},"is_validated":{"type":"string","description":"Indicator if the Profit Center Address has been validated or not"},"postal_town":{"type":"string","description":"Postal Town of the Profit Center"},"neighborhood":{"type":"string","description":"Neighborhood of the Profit Center"},"establishment":{"type":"string","description":"Establishment of the Profit Center"},"admin_area_level_3":{"type":"string","description":"Admin Area Level 3 description of the Profit Center"}}},"region_contacts_details":{"type":"object","properties":{"org_value":{"type":"string","description":"Aramark Organization code"},"org_name":{"type":"string","description":"Name of the Aramark Organization"},"org_contact_status":{"type":"string","description":"Indicator if the Region contact is active or not"},"contact_type":{"type":"string","description":"Type of Region contact"},"first_name":{"type":"string","description":"First name of the contact"},"last_name":{"type":"string","description":"Last name of the contact"},"primary_email":{"type":"string","description":"Primary email address of the contact"},"job_title":{"type":"string","description":"Job title of the contact"},"country":{"type":"string","description":"Country in which the contact is located"},"last_update_date":{"type":"string","description":"Date on which the information was last updated"}}}}}}