Quick Consols Api Documentation
The Quick Consols API is intended to provide a standardized interface to import/export data to and from the Quick Consols environment. This is a RESTful API accepting data in JSON format.
Each request will return a ApiResponse object defined below.
UAT Base Url : https://quickconsolsqa.com/api/
PROD Base Url : https://quickconsols.app/api/
ApiResponse
Authentication
The API uses token-based authentication, each token is valid for 30 days.
Each api user will be provided with a username and password combination which will be used to make a request to the User/Login endpoint on the api.
If successful, this request will return a token in the obj field which will be required for all subsequent api requests.
The token will need to be supplied in the header with the name “token” (lowercase).
POSTLogin
Verify API user and obtain access token (token will expire in 30 days)
ApiUserLogin
GETRefresh Token
Ability to refresh a valid token increasing the expiration date by 30 days.