Integrating with Quandoo platform

Development Environments

Test environment All aspects of integration and testing must be run on this environment first. Reservations are not actually made to the restaurant, emails are not triggered the whole reservation flow can be successfully tested here. Link: https://test-9250-api.quandoo.com The test environment also has exact technical specification for all accepted parameters, example CURL requests including a

Authentication and attribution

Attribution For reservations to be assigned correctly, we implemented agent id (aid) tracking. This will be issued together with your Auth token. On urls to the portal or widget the aid is set on the given url automatically (based on the authtoken) and is stored for the duration of the browsing session only. When a

Implementation notes

Communication Modes All communication must take place on a server-side (as opposed to client-side) basis, so that the API is not publicly exposed and your authentication token remains unique. Caching While not explicitly required, where possible, we ask that you cache server responses to prevent sudden spikes in repetitive traffic, whilst reducing network overhead and