PASAR API
Public English docs; OAuth 2.0 with authorization-code and client-credentials flows, but live app keys require an approved Tiki seller account. Event queues push order updates. VN-first.
View docs ↗ More E-commerce APIs# Tiki Open Platform ~ marketplace seller integration API needs OAuth credentials ~ get yours at: # https://open.tiki.vn/docs/docs/current/getting-started/ curl 'https://api.tiki.vn/integration' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Vietnam API into my app. API: Tiki Open Platform ~ marketplace seller integration API Provider: Tiki Auth: requires OAuth credentials (sign up: https://open.tiki.vn/docs/docs/current/getting-started/) Pricing: free Base URL: https://api.tiki.vn/integration Important note: Public English docs; OAuth 2.0 with authorization-code and client-credentials flows, but live app keys require an approved Tiki seller account. Event queues push order updates. VN-first. Source: Tiki (https://open.tiki.vn/docs/docs/current/getting-started/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth 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.