# Kelley Blue Book API **Provider:** Kelley Blue Book **Category:** maps **Base URL:** `http://developer.kbb.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on license **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://developer.kbb.com/#!/data/1-Default ## Description Vehicle info, pricing, configuration, plus much more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://developer.kbb.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://developer.kbb.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid partner API. Automotive valuation data requires commercial licensing agreement. --- *Source: [API Map](https://apimap.dev/apis/kelley-blue-book/) — CC BY 4.0*