A REST API is an application programming interface (API) that conforms to the design principles of the representational state transfer (REST) architectural style, a style used to connect distributed systems. REST APIs are sometimes referred to as RESTful APIs.
A REST API allows the user (client) to talk to an information provider (server) in a secure and predictable way. Xenometric’s API allows customers to request data from our database, without the need to connect directly to the database. This provides a safe and standard way for customers to access their data with technology that they may already employ.
REST Commands
We only support GET commands, as our API is designed to allow access to your data. We do not accept POST, DELETE or PUT commands.
Â
We support three different GET commands. The first is Locations. This command allows you to list all the locations that you can access with your username/password or API key.
For more information, view our REST API document here.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.