Menus Details Endpoint
This endpoint provides all the active menus for a location
The Menus endpoint provides comprehensive menu information for venues, including food and drink items, pricing, dietary information, and menu categories. This is essential for dining apps, dating apps, and any application that needs to display what venues offer.
Endpoint
Caching
If you are caching the venue details, you should only cache the venue ID. Do not cache the full venue details response, as the data changes frequently and must always be fetched fresh for accuracy and compliance.
Parameters
id (required)
The venue ID obtained from search results or other InBe endpoints.
Response structure
Real-world examples
Best practice
- Dietary due diligence: The user should be informed that it is their responsibility to ensure the venue is compliant with their dietary requirements.
API Reference
Below is the complete OpenAPI specification for the Menus endpoint: