PASAR API
Famously public docs (EN+VI): register a GHN account, grab Token + ShopId from the dashboard, and use the dev gateway (dev-online-gateway.ghn.vn) to test. API free; you pay per shipment. VN-first.
View docs ↗ More Logistics & delivery APIs# GHN ~ nationwide express delivery and shipping API needs an access token ~ get yours at: # https://api.ghn.vn/home/docs curl 'https://online-gateway.ghn.vn/shiip/public-api' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Vietnam API into my app. API: GHN ~ nationwide express delivery and shipping API Provider: Giao Hang Nhanh (GHN) Auth: requires an access token (sign up: https://api.ghn.vn/home/docs) Pricing: freemium Base URL: https://online-gateway.ghn.vn/shiip/public-api Important note: Famously public docs (EN+VI): register a GHN account, grab Token + ShopId from the dashboard, and use the dev gateway (dev-online-gateway.ghn.vn) to test. API free; you pay per shipment. VN-first. Source: Giao Hang Nhanh (GHN) (https://api.ghn.vn/home/docs) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs token Last checked: 2026-07-03 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.