v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBGet service points based on product.
The endpoint will return an array of the closest service points available to the destination, according to the parameters. The list will be sorted by distance when possible.
Query parameters
Product code to find service points for.
Country code to find service points within.
Zip code / Postal code.
Name of the city. It is recommended to include city in the request to increase accuracy.
Street address (street name and house number). It is recommended to include the address in the request to increase accuracy.
If this parameter is not present or the address cannot be validated, the results will be based on the zipcode coordinates alone.
Defines the maximum amount of pickup points that will be returned.
A specific service point type
Service point types. If not provided, will default to use all valid service point types for the given product.
[ "SP", "BOX" ]
Response
Successful.
Example response
[
{
"id": "95558",
"name": "Påskeløkkens Købmand",
"address": "Paaskeløkkevej 11",
"zipcode": "5000",
"city": "Odense C",
"country": "DK",
"distance": 250,
"longitude": 10.4159,
"latitude": 55.4086,
"carrier_code": "gls",
"type": "SP"
}
]