API


The default port for Rx-Universe API calls is 4567, but this can be changed by setting PORT in the .env and restarting the service.  The destination URL should be made up of the server hosting the API calls (usually the Rx-Universe server), plus the port number, and the name of the API method, in the format:

http://server:port/api/method?methodargument=value

For example:

http://localhost:4567/api/get_orderstatus?order=2340894


Please see each individual section in this group for information on specific methods available for laboratories to use.