# Tokopedia API **Provider:** Tokopedia **Category:** ecommerce **Base URL:** `https://developer.tokopedia.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by endpoint **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.tokopedia.com/openapi/guide/#/ ## Description Tokopedia's Official API for integration of various services from Tokopedia ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.tokopedia.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.tokopedia.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Tokopedia Open API for sellers and developers. Indonesian ecommerce marketplace (part of GoTo Group). Requires seller account or partner approval. --- *Source: [API Map](https://apimap.dev/apis/tokopedia/) — CC BY 4.0*