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
- Read the full On-Brand Menu API reference
- Learn how to create an API key and authenticate
- Learn how to use Remote Options with the Select input
- Learn how to use Remote Options with the Multi-select input
Was this article helpful to you?
Provide feedback
Last edited on July 02, 2024.
Edit this page