Base URL
Base URL for Express Delivery Order APIAuthentication
Express Delivery Order API uses Bearer Token authentication. You must include a valid token in theAuthorization header of your API requests.
Example
How to Obtain an Access Token
The access token is provided by Express. Contact your Express API administrator to receive your access token.Including the Access Token
Include the access token in theAuthorization header for each request to the API. The format should be as follows:
YOUR_ACCESS_TOKEN with the actual token you received after authentication.