v2.0.0
OAS 3.1.1
Chaiz Partner API
Search, compare, and purchase vehicle service contracts (VSCs/extended warranties) from top-rated providers. Returns real-time quotes with pricing, coverage details, provider ratings, and checkout URLs.
Getting Started
- Obtain a Bearer token — register via
POST /api/v2/Partners/Registerfor instant API access, or contact dev-support@chaiz.com for enterprise credentials - Search for plans — provide vehicle identification (VIN preferred, or make/model/year, or license plate + state) plus current mileage
- Choose a search method — use VIN search for best accuracy, Make/Model/Year when VIN is unavailable, or License Plate for quick lookups
- Latency: Plan searches take 2-8 seconds due to real-time provider quoting
- Async option: Use the Plan Search (Async) endpoints for non-blocking searches with polling (HTTP 202 + retry)
- Result validity: Search results are valid for 30 days from creation
- Discovery: See
/.well-known/chaiz-api.jsonfor the machine-readable API manifest
Client Libraries