Get Menu Options

Returns a tuple, formatted for use with Remote Options for the authenticated API Key.

Request

Set the X-API-Key: [API Key] header.

curl --request GET 'https://menu-api.raydiant.com/v1/menus/options' \
     --header 'X-API-Key: [API Key]'

Response

[
  {
    "label": "Kids Menu (Production Kitchen)",
    "value": "cf499066-a415-4dc3-bcce-e5482357b512",
  }
]

Next Steps


Was this article helpful to you?
GitHubProvide feedback

Last edited on April 17, 2024.
GitHubEdit this page