Getting Started

Overview

  • If you wish, you can enter your restaurant with the related endpoint and a few configurations to your restaurant registered to the Adisyo Cafe Restaurant application. You can enter your first order immediately with a few simple steps below;

  • The x-api-key and x-api-secret information obtained from the Adisyo application, together with the x-api-consumer information that will be sent in each request, are added to the relevant http request header.

  • The product list in the ticket application of the relevant restaurant is drawn from the https://ext.adisyo.com/api/External/v2/Products address. The request should be sent with the 'GET' method.

  • The features of the products in the ticket application of the relevant restaurant are drawn from the https://ext.adisyo.com/api/External/v2/Features address. The request should be sent with the 'GET' method.

  • Create order object. (JSON)

  • Order object is sent to https://ext.adisyo.com/api/External/v2/SaveOrder as a request. The POST method should be used.

Getting Api Key and Secret Key Information

x-api-key and x-api-secret information shared by Adisyo officials for each restaurant to be integrated. This information must be in the header field of the Http request to be sent and must be in the specified format, otherwise the operation will not take place. Please contact the adisyo for x-api-key and x-api-secret information.

Consumer Key Information

It is a mandatory field for each restaurant to be integrated. The name of the integrated restaurant can be sent, a software company can send the name of the company, but a software company If it provides integration for many restaurants, it should send different x-api-consumer information for each restaurant.

Contact Us