API

Using Adisyo API

API Address: https://ext.adisyo.com/ (opens in a new tab)

Example HTTP Request

Example GET request to list products
curl -X GET "https://ext.adisyo.com/api/External/v2/Products" \
  -H "x-api-key: <api-key-provided-by-adisyo>" \
  -H "x-api-secret: <secret-information-for-restaurant-making-request>" \
  -H "x-api-consumer: <text-identifying-company-making-request>"

Authorization

The following three HTTP Request Header information are required for all endpoints to be used

HeaderDescription
x-api-keyKey provided by Adisyo for each integrator. To obtain this information, you must contact Adisyo.
x-api-secretSecret information provided by Adisyo for each restaurant. To obtain this information, you must contact Adisyo.
x-api-consumerCan be the restaurant name or the company name performing the integration. If integration is being done for multiple restaurants, a different value should be used for each one. This information is important for us to identify you in incoming requests.

For more detailed information about Authorization, you can review our related page.