Skip to content

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

  1. Open Postman and click Import.
  2. Choose File and select the downloaded openapi.yaml.
  3. Postman will generate requests and folders from the schema.
  4. Set your API key in the Authorization header (Bearer qfx_...) for protected endpoints.

What's Included

  • POST /api/v1/register
  • GET /api/v1/dealers
  • GET /api/v1/dealers/{id}/inventory
  • GET /api/v1/inventory
  • POST /api/v1/quotes
  • GET /api/v1/quotes
  • GET /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.

QuoteFox API Documentation