Returns a paginated list of all service points, optionally filtered by carrier, country, or type. Results are sorted by internal ID for consistent page-based pagination. Intended for syncing service points to external systems.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Preferred language(s) for translatable content using BCP 47 language tags. Supports quality values (q-factors) for priority ordering. The API negotiates the best available language based on this header, the team's configured language, and available translations. If omitted, the team's default language is used.
"da-DK, da;q=0.9, en;q=0.8"
Any value passed in this request will be returned in the same header. This can be used to correlate requests between client and server.
1 - 128Team identifier. All resources are scoped to this team.
1"ad9546c1-393e-49a5-9a72-5cc146c9bec5"
Filter by carrier code (e.g., postnord, gls, bring)
"postnord"
Filter by ISO 3166-1 alpha-2 country code
2"DK"
Filter by service point type Type of service point
post_office, relay_point, parcel_store, self_service_locker, other, unknown Page number for pagination
x >= 1Number of service points to return per page
1 <= x <= 1000