Web API - version 1.7
The Box Tracker Web API exposes functionality that enables developers to code against the project. This enables web sites to create requests which haulers can convert into work orders on the platform.
Future upgrades will enable:
- The direct creation of work orders
- Self service profile management
- Self service order management
- Customer history
Current functionality set:
- Hand shake: authenticate onto Box Tracker
- Pricing query: find web pricing and container avaiablity
- Service request: generate a request the hauler can convert to a work order
End point
All request will be made to the secure endpoint https://www.dumpster.software/controller.html as a form post. The system will respond with a JSON.
Source of the request
All requests are to be made server to server and NOT from the client to server. This protects the username, password and location of the resource from being exposed and enables blocking to protect Box Tracker in the event of a DDOS attack on the hauler. We will need your server's IP address for validation.