Skip to content

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-ORGANIZATION header. 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 400 instead of failing later with 500.
  • 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 /products includes class prices and class restrictions.
  • GET /orders accepts payment_method_type.

2025-02-12 ​

  • First version: GET /orders, GET /products, GET /establishments.

Private API. Access is granted per organization.