REST APIs (which are a type of web API) involves requests and responses, not too unlike visiting a web page. You make a request to a resource stored on a server, and the server responds with the requested information. The protocol used to transport the data is HTTP. “REST” stands for Representational State Transfer.
2. Get an API key
If you would like to use the api.minical.io PMS API, please request an API key here:
You will find here the "Enable API access" switch When you enable it, an API key will be generated in the input box just below the switch then update the settings page.
From there you can copy this Key and set it in the HTTP header
X-API-KEY : c74d8325xxxxxxxxxxxxxxf2ed17fc7
You can easily generate API key by clicking on "Enable minical-app API access" slide button
The X-API-KEY and company_id will need to be submitted with every request