API & Integrations
Menoo API Documentation
Authentication guide and introduction to the Menoo API for developers
How do I authenticate?
To access the Menoo API, you need an active account and an API key. This token is generated from the admin panel, under Settings -> Integrations, and is required to access API resources. The API key is generated for a specific user and is associated with their permissions.
The authentication key must be sent in the HTTP request header as an Authorization header with the value Bearer {token}. This must be included in every request you make to the Menoo API.
To test the connection, you can make a GET request to:
GET https://api.menoo.eu/v1/waiters/users/me HTTP/1.1
Authorization: Bearer {token}