Skip to content

Overview

Public API for subscriber-built integrations with the DokanMazad Korean car auction platform. All requests require an X-API-Key header. Responses are wrapped in { success, data, meta? } envelopes. Rate limits: 60 req/min, 5000 req/day. Full Swagger at https://api.dokanmazad.com/docs

PRICING & YOUR TENANT: your institution (tenant) is identified automatically from your API key — you never pass a tenant id or subdomain. The car price field is the RAW value in 만원 (×10000 = KRW). To get the price your customers should see, pass ?currency= (e.g. SAR, USD, KRW) on the car endpoints and read convertedPrice = raw × your tenant’s price markup × FX rate (single round). Without ?currency= you receive the raw price only, with NO markup applied. The visible inventory is likewise scoped to your tenant’s storefront.

Information

  • OpenAPI version: 3.0.3

Security scheme type: apiKey

Header parameter name: X-API-Key