PASAR API
Keyless catalogue/search GETs plus OAuth-protected listing and member methods; aimed at in-trade sellers.
View docs ↗ More E-commerce APIs# Trade Me ~ NZ marketplace listings & search API needs OAuth credentials ~ get yours at: # https://developer.trademe.co.nz/ curl 'https://api.trademe.co.nz/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a New Zealand API into my app. API: Trade Me ~ NZ marketplace listings & search API Provider: Trade Me Auth: requires OAuth credentials (sign up: https://developer.trademe.co.nz/) Pricing: free Base URL: https://api.trademe.co.nz/v1 Important note: Keyless catalogue/search GETs plus OAuth-protected listing and member methods; aimed at in-trade sellers. Source: Trade Me (https://developer.trademe.co.nz/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs OAuth 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.