Public
Documentation Settings

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

https://staging-shipper-app.empowerdl.com/api/Account/Profile

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

HEADERS
sec-ch-ua

"Microsoft Edge";v="105", " Not;A Brand";v="99", "Chromium";v="105"

authorization

Bearer Ykgx5Xs_5fyEeSUnO2gcvegmyQFYfUDffI6G2Be2G8Ve9KscevVgHLmBw7ozC-zjjkdQSNPpsebuVthrSs_JAwqMhDuLjhYU-RsNdbz4pdtMee1zb0Q7yQUoXHoku0MU2A1KdTL63AFqhDvKptgX-zc2nz-tACm7r4FAkNb1PiBPXF3Am2F7zCReC4S4WMcGTtX5M3iRM8pfISAMDgvAJHzON0_ALNiIsbotxD1YjOaC9x8WSqy8m0Emd1HjQ_aFx-8dlVPH4dexK5AUVqP55wSylJCKLnsaQwYFQ4FKv8f62O0KXGoT0ZRcp6lSCumv2AXCNj4WUXbznuC9qM4cN3oqk-h0GZ5DC8z7_X5PvB-_Qi1rRxIQVGtpvPOdt-x_VcEF4I84X8E0XNDFqMktFCCHkPNiC1ulVrhLZZCHsocF8ILFpl6GuzpTUc-SDzLJVs8VmOzrqbutK1ve2JsIC1HQqhr3Gl6wgatsZJpXk-4roaarDgPjNkY4n-nZSRyQr8pBhYhGxdL_JVLUfCDMUm7HZdYeZuCzYNXDfvcc01fiO9AMSFfS8oSVsa27gmcKkrqru5qgyZQZDJEunYe9GLKml1q3zH48WRerIIP9uZc0aalE6Ii0sJqcRQStq8l0

sec-ch-ua-mobile

?0

User-Agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33

sec-ch-ua-platform

"Windows"

Accept

*/*

Example Request
curl
curl --location 'https://staging-shipper-app.empowerdl.com/api/Account/Profile' \
--header 'sec-ch-ua: "Microsoft Edge";v="105", " Not;A Brand";v="99", "Chromium";v="105"' \
--header 'authorization: Bearer Ykgx5Xs_5fyEeSUnO2gcvegmyQFYfUDffI6G2Be2G8Ve9KscevVgHLmBw7ozC-zjjkdQSNPpsebuVthrSs_JAwqMhDuLjhYU-RsNdbz4pdtMee1zb0Q7yQUoXHoku0MU2A1KdTL63AFqhDvKptgX-zc2nz-tACm7r4FAkNb1PiBPXF3Am2F7zCReC4S4WMcGTtX5M3iRM8pfISAMDgvAJHzON0_ALNiIsbotxD1YjOaC9x8WSqy8m0Emd1HjQ_aFx-8dlVPH4dexK5AUVqP55wSylJCKLnsaQwYFQ4FKv8f62O0KXGoT0ZRcp6lSCumv2AXCNj4WUXbznuC9qM4cN3oqk-h0GZ5DC8z7_X5PvB-_Qi1rRxIQVGtpvPOdt-x_VcEF4I84X8E0XNDFqMktFCCHkPNiC1ulVrhLZZCHsocF8ILFpl6GuzpTUc-SDzLJVs8VmOzrqbutK1ve2JsIC1HQqhr3Gl6wgatsZJpXk-4roaarDgPjNkY4n-nZSRyQr8pBhYhGxdL_JVLUfCDMUm7HZdYeZuCzYNXDfvcc01fiO9AMSFfS8oSVsa27gmcKkrqru5qgyZQZDJEunYe9GLKml1q3zH48WRerIIP9uZc0aalE6Ii0sJqcRQStq8l0' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33' \
--header 'sec-ch-ua-platform: "Windows"' \
--header 'Accept: */*'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTEdit shipper details

https://staging-shipper-app.empowerdl.com/api/Account/Profile

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.

HEADERS
sec-ch-ua

"Microsoft Edge";v="105", " Not;A Brand";v="99", "Chromium";v="105"

authorization

Bearer Ykgx5Xs_5fyEeSUnO2gcvegmyQFYfUDffI6G2Be2G8Ve9KscevVgHLmBw7ozC-zjjkdQSNPpsebuVthrSs_JAwqMhDuLjhYU-RsNdbz4pdtMee1zb0Q7yQUoXHoku0MU2A1KdTL63AFqhDvKptgX-zc2nz-tACm7r4FAkNb1PiBPXF3Am2F7zCReC4S4WMcGTtX5M3iRM8pfISAMDgvAJHzON0_ALNiIsbotxD1YjOaC9x8WSqy8m0Emd1HjQ_aFx-8dlVPH4dexK5AUVqP55wSylJCKLnsaQwYFQ4FKv8f62O0KXGoT0ZRcp6lSCumv2AXCNj4WUXbznuC9qM4cN3oqk-h0GZ5DC8z7_X5PvB-_Qi1rRxIQVGtpvPOdt-x_VcEF4I84X8E0XNDFqMktFCCHkPNiC1ulVrhLZZCHsocF8ILFpl6GuzpTUc-SDzLJVs8VmOzrqbutK1ve2JsIC1HQqhr3Gl6wgatsZJpXk-4roaarDgPjNkY4n-nZSRyQr8pBhYhGxdL_JVLUfCDMUm7HZdYeZuCzYNXDfvcc01fiO9AMSFfS8oSVsa27gmcKkrqru5qgyZQZDJEunYe9GLKml1q3zH48WRerIIP9uZc0aalE6Ii0sJqcRQStq8l0

content-type

application/json

sec-ch-ua-mobile

?0

User-Agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33

sec-ch-ua-platform

"Windows"

Accept

*/*

Bodyraw
{"ProfilePicture":null,"FirstName":"Henry","LastName":"Carter","CustomerId":"cus_MRCuqvPxTFkOSl","LanguageId":null,"Email":"m.kharraz+shdocumentation@empowerdl.com","PhoneNumber":"16549494949","Role":"Shipper Admin","CompanyName":"Cordova transports","Website":null,"Address1":"69780 Hermann Turnpike Suite 333","Address2":"","City":"Litzyshire","State":"Michigan","Zipcode":"26701-8885","Country":"United States","BillingAddress1":"69780 Hermann Turnpike Suite 333","BillingAddress2":"","BillingCity":"Litzyshire","BillingState":"Michigan","BillingZipcode":"26701-8885","BillingCountry":"United States"}
Example Request
curl
curl --location 'https://staging-shipper-app.empowerdl.com/api/Account/Profile' \
--header 'sec-ch-ua: "Microsoft Edge";v="105", " Not;A Brand";v="99", "Chromium";v="105"' \
--header 'authorization: Bearer Ykgx5Xs_5fyEeSUnO2gcvegmyQFYfUDffI6G2Be2G8Ve9KscevVgHLmBw7ozC-zjjkdQSNPpsebuVthrSs_JAwqMhDuLjhYU-RsNdbz4pdtMee1zb0Q7yQUoXHoku0MU2A1KdTL63AFqhDvKptgX-zc2nz-tACm7r4FAkNb1PiBPXF3Am2F7zCReC4S4WMcGTtX5M3iRM8pfISAMDgvAJHzON0_ALNiIsbotxD1YjOaC9x8WSqy8m0Emd1HjQ_aFx-8dlVPH4dexK5AUVqP55wSylJCKLnsaQwYFQ4FKv8f62O0KXGoT0ZRcp6lSCumv2AXCNj4WUXbznuC9qM4cN3oqk-h0GZ5DC8z7_X5PvB-_Qi1rRxIQVGtpvPOdt-x_VcEF4I84X8E0XNDFqMktFCCHkPNiC1ulVrhLZZCHsocF8ILFpl6GuzpTUc-SDzLJVs8VmOzrqbutK1ve2JsIC1HQqhr3Gl6wgatsZJpXk-4roaarDgPjNkY4n-nZSRyQr8pBhYhGxdL_JVLUfCDMUm7HZdYeZuCzYNXDfvcc01fiO9AMSFfS8oSVsa27gmcKkrqru5qgyZQZDJEunYe9GLKml1q3zH48WRerIIP9uZc0aalE6Ii0sJqcRQStq8l0' \
--header 'content-type: application/json' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33' \
--header 'sec-ch-ua-platform: "Windows"' \
--header 'Accept: */*' \
--data-raw '{"ProfilePicture":null,"FirstName":"Henry","LastName":"Carter","CustomerId":"cus_MRCuqvPxTFkOSl","LanguageId":null,"Email":"m.kharraz+shdocumentation@empowerdl.com","PhoneNumber":"16549494949","Role":"Shipper Admin","CompanyName":"Cordova transports","Website":null,"Address1":"69780 Hermann Turnpike Suite 333","Address2":"","City":"Litzyshire","State":"Michigan","Zipcode":"26701-8885","Country":"United States","BillingAddress1":"69780 Hermann Turnpike Suite 333","BillingAddress2":"","BillingCity":"Litzyshire","BillingState":"Michigan","BillingZipcode":"26701-8885","BillingCountry":"United States"}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Custom fields

A shipper can create custom fields of different types, and they will be added to the load creation page.