Appearance
Changelog
Changes to the Admin API are listed here, newest first. Additions never break existing integrations. Anything that would is announced to token holders before it ships.
2026-09-20
- The organization is now identified by the
X-CANTEEN-ORGANIZATIONheader. The per organization hostname (<organization>.canteenweb.com) is no longer accepted. - Single base URL for every organization:
https://api.canteenweb.com/api/v1/admin. - Requests without the organization header answer
400instead of failing later with500. - Documentation rewritten. Rate limit and pagination pages now match the actual behaviour (50 requests per minute, fixed page size of 25).
2025-02-26
GET /productsincludes class prices and class restrictions.GET /ordersacceptspayment_method_type.
2025-02-12
- First version:
GET /orders,GET /products,GET /establishments.

