13
This is the API for Spont Horeca. Currently this API is still in beta. So we might add small modifications. But like you see in the documentation there are already a lot endpoint available. The use of the API is on invitation only. If you are interested, please us at: [email protected]
13 endpoints
| Method | Endpoint | Description |
|---|---|---|
| order | ||
| GET |
orderList /order |
Retrieves up to 50 orders |
| GET |
getOrderById /order/{orderID} |
Retrieves an order |
| category | ||
| POST |
updateCategory /category/{categoryID} |
Update an category |
| POST |
insertCategory /category |
Insert a category |
| GET |
getCategoryById /category/{categoryID} |
Retrieves an category |
| GET |
categoryList /category |
Retrieves all category |
| DELETE |
deleteCategoryById /category/{categoryID} |
Please note this is not revertable |
| product | ||
| GET |
productList /product |
Retrieves up to 50 products |
| GET |
getProductById /product/{productID} |
Retrieves an product |
| DELETE |
deleteProductById /product/{productID} |
Please note this is not revertable |
| POST |
updateProduct /product/{productID} |
Update an product |
| POST |
insertProduct /product |
Insert a product (with atributes) |
| POST |
updateStock /updateStock |
Update stock |
| printer | ||
| GET |
printerList /printer |
Retrieves all the printers |
| account | ||
| DELETE |
deleteAccountById /account/{accountID} |
Please note this is not revertable |
| POST |
updateAccount /account/{accountID} |
Update an account |
| GET |
getAccountById /account/{accountID} |
Retrieves an account |
| POST |
insertAccount /account |
Insert an account |
| GET |
accountList /account |
Retrieves all accounts |
| webhook | ||
| GET |
webhookList /webhook |
Retrieves all webhooks |
| DELETE |
deleteWebhookById /webhook/{webhookID} |
Please note this is not revertable |
| POST |
insertWebhook /webhook |
Insert a webhook |
13 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|