Shipper App API
E-mail: support@empowerdl.com
Shipper App API enables you to programmatically interact with the shipper app's data.
The API follows modern RESTful conventions and speaks JSON in both directions. As the API uses JSON for both requests and responses, we will assume that requests with a payload are using properly formatted JSON, however we still recommend setting the Content-Type header to the value application/json
Shipper
A shipper is a user responsible for managing shipper App, that includes creating and posting loads, managing a shipper team, tracking his loads ...
Shipper management
GETShipper details
Retrieving a shipper's profile information.
By sending a GET request to this API, the response will be a Json that holds a shipper's profile information
POSTEdit shipper details
To update a shipper's information, it is required to send a POST request holding a body instead of a PUT request to update a shipper's information.
Custom fields
A shipper can create custom fields of different types, and they will be added to the load creation page.