About the REST APIs
The Oracle MICROS Simphony Configuration and Content API provides you access to the Simphony Point of Sale configuration. The API uses the REST POST method to quickly read, update, and delete parameters and settings in areas such as menu items, discounts, locations, and service charges.
Availability note: The API is available for Simphony Cloud Service, Single-Tenant Edition customers.
The API uses the following:
- JSON formatted messages
Make sure to adhere to JSON standards when developing your REST API. For more information, see https://www.json.org/json-en.html and https://datatracker.ietf.org/doc/html/rfc7159.
You can use a tool such as https://jsonchecker.com/ to validate your JSON. - OAuth2 authentication
- HTTPS and TLS 1.2
- Stateless calls
- Concurrent request processing
Important: See Change History for information on new endpoints and changes to the API.
You can view a list of all REST Endpoints.