This is the xlPort v2 (114) backend. I was deployed @ 2025-12-24 11:01:32

Endpoint Description Method Request Response
/ This page GET N/A HTML page
/alive Determines if the service is alive GET N/A HTTP 200 if alive
/ready Determines if the service is ready to accept requests GET N/A HTTP 200 if ready
/export Transforms json into Excel, based on a template PUT json Excel file
/import Transforms Excel + json for request into json object with the data from the Excel file PUT or POST Excel file + json for the request json