API platform (v1)

Download OpenAPI specification:Download

                This page lists the REST services exposed by *api.Production.shipnsd.com/route/v1*.
                An API key is required to invoke the services. Contact the service owner to get your API key.

Authentication

api_key

Security Scheme Type API Key
Header parameter name: API-Token

Active

Active services

Freight Route

NSD Routing API for Door to Door and Last Mile orders.

For querying a Last Mile order, Client ID and Destination Zip code can be used to query the Last mile agent that will be delivering the freight without entering a freight bill.

For querying Door to Door orders, Client ID and Freight Bill number are required.   Example cURL statement

curl -XGET -H 'API-TOKEN: YOUR_TOKEN' 'https://api.shipnsd.com/route/v1?param1=value1&param2=value2'

  Example using JWT token

curl -XGET -H 'Authorization: Bearer YOUR_JWT_TOKEN' 'https://api.shipnsd.com/route/v1?param1=value1&param2=value2'
Authorizations:
query Parameters
freightBillNumber
string

The NSD assigned Freight Bill number

clientID
required
integer

Your ClientID that was assigned during your onboarding.

destinationZipCode
string

The zipcode of the final consignee

Responses

200

Success reply

401

Unauthorized

422

Processing error

500

Server error

get /v1
https://api.shipnsd.com/route/v1

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "result": "string",
  • "carrier":
    {
    },
  • "terminal":
    {
    }
}

Inactive

Inactive services