Tracking — entry 005 of 9
PostNord
PostNord's developer portal exposes REST APIs for shipment tracking, service-point lookup, pickup booking, and postal-code surcharge data across its Swedish and Danish delivery network. Every endpoint requires an x-bap-key API key issued through the portal's self-serve signup, and responses carry CORS headers for direct browser calls. A Free plan covers a meaningful daily quota per method — 500,000 tracking calls a day, for one — with a metered Customer plan billing per call once volume climbs past those limits.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Customer Plan (default/base tier): trackandtrace-findByIdentifier and trackandtrace-findByNotificationCode 4,000,000 hits/day, shipment-v7-trackandtrace(-id) 1,000,000 hits/day, transitTimeInfo 10,000 hits/day, most servicepoint/shipment endpoints 500 hits/day, getServicePointInformation 100 hits/day -- per postnord-test.3scale.net/api/limits (linked from developer.postnord.com/apis/howToUseApis)