Get Prep Locations API endpoint to retrieve thecurl --location --request GET 'https://sandbox.trynavigate.co/api/v1/locations/prep?search&page&pageSize' \
--header 'Authorization: Bearer <token>'{
"total": 1,
"page": 0,
"pageSize": 1,
"addresses": [
{
"id": 180273,
"addressee": "AMZ Prep",
"companyName": "AMZ Prep",
"addressLineOne": "1 Summerlea Road",
"addressLineTwo": "YYZ2",
"city": "Brampton",
"state": "Ontario",
"country": "Canada",
"email": "yyz2@amzprep.com",
"postalCode": "L6T4V2",
"isdCode": "CA~+1",
"phone": "9876543210",
"createdDate": "2020-04-01T00:00:00.000Z",
"lastUpdatedDate": "2025-06-27T00:00:00.000Z"
}
]
}