PASAR API
Posten/Bring's carrier APIs; tracking now requires an authenticated Mybring API key, with richer shipping-guide and booking APIs alongside.
View docs ↗ More Logistics & delivery APIs# Bring ~ parcel tracking & shipping needs an API key ~ get yours at: # https://developer.bring.com/api/tracking/ curl 'https://api.bring.com' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Norway API into my app. API: Bring ~ parcel tracking & shipping Provider: Bring (Posten Norge) Auth: requires an API key (sign up: https://developer.bring.com/api/tracking/) Pricing: freemium Base URL: https://api.bring.com Important note: Posten/Bring's carrier APIs; tracking now requires an authenticated Mybring API key, with richer shipping-guide and booking APIs alongside. Source: Bring (Posten Norge) (https://developer.bring.com/api/tracking/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.