OpenAPI Spec
Use the official OpenAPI 3.0 schema for importing the QuoteFox API into tools like Postman, Insomnia, and Swagger UI.
Download
Import in Postman
- Open Postman and click Import.
- Choose File and select the downloaded
openapi.yaml. - Postman will generate requests and folders from the schema.
- Set your API key in the
Authorizationheader (Bearer qfx_...) for protected endpoints.
What's Included
POST /api/v1/registerGET /api/v1/dealersGET /api/v1/dealers/{id}/inventoryGET /api/v1/inventoryPOST /api/v1/quotesGET /api/v1/quotesGET /api/v1/quotes/{id}
Notes
- Protected endpoints require
Authorization: Bearer <api_key>. - UUID input allows canonical and compact formats where applicable.
- API responses return UUIDs in canonical format.