Aramark Marko Ask Marko

This API will return messages from the Ask Marko Chat Bot

Operations 1

POST /marko Ask Marko chat bot #

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-ask-marko"
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-ask-marko-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"This API will return messages from the Ask Marko Chat Bot\n\nThe base endpoint URL for this API in production is: `https://marko.aramark.net/v1/ask`.\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":"Ask Marko"},"tags":[{"name":"Ask","description":"This API will return messages from the Ask Marko Chat Bot"}],"paths":{"/marko":{"post":{"summary":"Ask Marko chat bot","description":"Return a message from the Ask Marko chat bot\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","operationId":"postAskMarko","parameters":[{"$ref":"#/components/parameters/bypassCacheParam"}],"tags":["Ask"],"responses":{"200":{"description":"Response from the Ask Marko Chat Bot","content":{"*/*":{"schema":{"type":"object","properties":{"response":{"type":"array","items":{"$ref":"#/components/schemas/response"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/body"}}},"description":"Body of the message sent to the Ask Marko Chat Bot"}}}},"servers":[{"url":"https://dev-marko.aramark.net/v1/ask","description":"Development server"}],"components":{"parameters":{"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache","schema":{"type":"string","enum":["true","false"],"default":"false"}}},"securitySchemes":{"apikey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify security"}},"schemas":{"body":{"type":"object","properties":{"email":{"type":"string","description":"Email address of the authenticated user making the request"},"mode":{"type":"string","description":"Type of response from the Ask Marko Chat Bot"},"channel":{"type":"string","description":"Path to the Chat Bot"},"message":{"type":"string","description":"Message to ask the Ask Marko Chat Bot"}}},"buttons":{"type":"object","properties":{"title":{"type":"string","description":"Name of the button"},"payload":{"type":"string","description":"Message of the button"}}},"content":{"type":"object","properties":{"type":{"type":"string","description":"Filetype of the attachment"},"url":{"type":"string","description":"URL of the attachment"}}},"quickReplies":{"type":"object","properties":{"text":{"type":"string","description":"Message of the Quick Replies"},"buttons":{"type":"array","items":{"$ref":"#/components/schemas/buttons"}}}},"insight":{"type":"object","properties":{"text":{"type":"string","description":"Message of the insight"}}},"attachment":{"type":"object","properties":{"content":{"type":"array","items":{"$ref":"#/components/schemas/content"}},"text":{"type":"string","description":"Message of the attachment"}}},"outputText":{"type":"object","properties":{"text":{"type":"string","description":"Message of the output text"}}},"response":{"type":"object","properties":{"outputText":{"type":"array","items":{"$ref":"#/components/schemas/outputText"}},"attachment":{"type":"array","items":{"$ref":"#/components/schemas/attachment"}},"insight":{"type":"array","items":{"$ref":"#/components/schemas/insight"}},"quickReplies":{"type":"array","items":{"$ref":"#/components/schemas/quickReplies"}}}}}}}