Retrieve information about a specific service point location, including opening hours and applicable carriers, based on the service point id.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
ID of the service point
A JSON Web Token encoding either an โidโ (user ID) or โiidโ (integration ID) property. Alternatively, a public API key.
OK
A Sendcloud service point object.
The unique identifier of the service point.
A carrier-specific identifier for the service point.
Indicates whether the service point data was recently updated via scraping within a carrier-specific expiration period.
This field reflects data freshness, not operational availability.
To check if a service point is operationally open, use open_tomorrow or open_upcoming_week instead.
Contains carrier-specific metadata about the service point. This field has no fixed structure โ it may contain different fields depending on the carrier, or be empty. Do not rely on any specific keys being present.
The name of the service point location.
The street name of the service point address.
The house number of the service point address.
The postal code of the service point address.
The city where the service point is located.
The geographic latitude of the service point.
The geographic longitude of the service point.
The contact email address of the service point.
The contact phone number of the service point.
The homepage URL of the service point.
The code of the carrier operating this service point.
"postnl"
The country where the service point is located, formatted as an ISO 3166-1 alpha-2 code.
"NL"
The opening hours for each day of the week, keyed by day number (0 = Monday, 6 = Sunday).
Each day contains an array of time range strings. An empty array indicates the service point is closed on that day.
This field is dynamically computed for the current week. It takes the regular opening hours as a base and applies any exceptions reported by the carrier (e.g. reduced hours or closures on holidays). For example, if a service point is normally open 07:00โ22:00 every day but has reduced hours on Christmas Eve and is closed on Christmas Day, those overrides will be reflected in the output for that week.
Indicates whether the service point will be open tomorrow based on its operating schedule.
This field is calculated from formatted_opening_times and should be used to determine operational availability.
Indicates whether the service point will be open at least once during the next 7 days.
This field is calculated from formatted_opening_times including any schedule exceptions, and should be used to determine operational availability.
The carrier-specific shop type classification. May be null if the carrier does not provide this information.
A normalized shop type indicating the general category of the service point.
Carrier-specific shop types are mapped to a fixed set of values, such as servicepoint, locker, post_office, carrier_depot, etc.
Distance between the reference point and the service point in meters.
Only returned on the list endpoint when latitude/longitude or address query parameters are provided.