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
| Header | Description |
|---|---|
x-api-key | Key provided by Adisyo for each integrator. To obtain this information, you must contact Adisyo. |
x-api-secret | Secret information provided by Adisyo for each restaurant. To obtain this information, you must contact Adisyo. |
x-api-consumer | Can 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.