| 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 |