Skip to main content

Get Shippers list

This API is useful if you have multiple shippers. With the help of this API you can get all Shippers in a list.

URL Config
Endpoint: https://api.dps.io/api
APIVersion: v1
route: shippers
path:
Method
GET
URL
https://api.dps.io/api/v1/shippers
Request Headers
{
"Content-Type": "application/json",
"x-api-key": "<YOUR_API_KEY>",
"ShipperHash": "<YOUR_SHIPPER_HASH>"
}
Response
[
{
"ShipperHash": "F1WQ*************UI8Gd",
"VendorHash": "8fcbR***************wY6",
"UniqueShipperId": "00057",
"CompanyName": "TestCompany",
"PersonName": "John Dou",
"AddressLine1": "3195 Stanley Avenue",
"AddressLine2": "Garden City",
"City": "Garden City",
"State": "NY",
"Country": "US",
"Zip": "11530",
"Email": "testapi2@dps.io",
"Phone": "9876543210",
"CreatedDate": "2022-10-17 09:21:13.320531",
"LastModified": "2022-10-17 09:26:18.736877",
"IdentityVerified": false,
"AvailableBalance": 0,
"ReferralCode": "",
},
{
"ShipperHash": "KmA4***************Ajj6",
"VendorHash": "8fcb********************5wY6",
"UniqueShipperId": "00056",
"CompanyName": "TestCompany",
"PersonName": "John Doe",
"AddressLine1": "3195 Stanley Avenue",
"AddressLine2": "Garden City",
"City": "Garden City",
"State": "NY",
"Country": "US",
"Zip": "11530",
"Email": "testapi1@dps.io",
"Phone": "9876543210",
"CreatedDate": "2022-10-17 09:20:39.689852",
"LastModified": "2022-10-17 09:30:42.552019",
"IdentityVerified": false,
"AvailableBalance": 0,
"ReferralCode": "",
},
{
"ShipperHash": "7T6G******************EHTDt",
"VendorHash": "8fcb******************15wY6",
"UniqueShipperId": "00052",
"CompanyName": "TestCompany",
"PersonName": "John Doe",
"AddressLine1": "3195 Stanley Avenue",
"AddressLine2": "Garden City",
"City": "Garden City",
"State": "NY",
"Country": "US",
"Zip": "11530666666666666",
"Email": "testapi+1@dps.io",
"Phone": "9876543210",
"CreatedDate": "2022-10-14 14:57:30.261317",
"LastModified": "2022-10-14 15:02:34.861344",
"IdentityVerified": false,
"AvailableBalance": 0,
"ReferralCode": "",
},
{
"ShipperHash": "05K9***************BJG6a",
"VendorHash": "8fcb*****************5wY6",
"UniqueShipperId": "00051",
"CompanyName": "TestCompany",
"PersonName": "John Doe",
"AddressLine1": "3195 Stanley Avenue",
"AddressLine2": "Garden City",
"City": "Garden City",
"State": "NY",
"Country": "US",
"Zip": "11530",
"Email": "testapi@dps.io",
"Phone": "9876543210",
"CreatedDate": "2022-10-14 14:51:17.901136",
"LastModified": "2022-10-14 14:51:22.614819",
"IdentityVerified": false,
"AvailableBalance": 0,
"ReferralCode": "",
}
]
Curl request
curl --location --request GET 'https://api.dps.io/api/v1/shippers' \
--header 'x-api-key: xxxxxxdfjbdjdfjdhfxxxxxxx' \
--header 'ShipperHash: 05K9******************JG6a' \
--data-raw ''