Skip to main content

List Address Book

URL Config
Endpoint: https://api.dps.io/api
APIVersion: v1
route: addressbook
path: <YOUR_SHIPPER_HASH>
Method
GET
URL
https://api.dps.io/api/v1/addressbook/05K9****************************JG6a
Request Headers
{
"Content-Type": "application/json",
"x-api-key": "<YOUR_API_KEY>",
"ShipperHash": "<YOUR_SHIPPER_HASH>"
}
Request Body

Curl request
curl --location --request GET 'https://api.dps.io/api/v1/addressbook/05K9****************************JG6a' \
--header 'x-api-key: xxxxxxdfjbdjdfjdhfxxxxxxx' \
--header 'ShipperHash: 05K9****************************JG6a' \
--data-raw ''
Response
[
{
"Id": 198,
"ShipperHash": "05K9****************************JG6a",
"Name": "Address book name 1",
"Description": "This is an address book description",
"Tags": "TagTagTag",
"CreatedDate": "2022-11-10 21:12:13.936247",
"LastModified": "2022-11-10 21:12:13.936247"
},
{
"Id": 199,
"ShipperHash": "05K9****************************JG6a",
"Name": "My First address Book",
"Description": "This is a Test Address book description",
"Tags": "TagsTagsTags",
"CreatedDate": "2022-11-10 21:17:37.118692",
"LastModified": "2022-11-10 21:17:37.118692"
},
{
"Id": 180,
"ShipperHash": "05K9****************************JG6a",
"Name": "Default",
"Description": "System generated address book.",
"Tags": "default",
"CreatedDate": "2022-10-14 14:51:17.901136",
"LastModified": "2022-10-14 14:51:17.901136"
}
]