Skip to main content

API Documentation

Integrate QuoteBase into your workflow with our RESTful API and webhooks

REST API v1
OpenAPI 3.0
Webhooks

Quick Start Guide

1. API Status

API Under Development

RESTful API with authentication is currently in development. This documentation shows the planned API structure. Contact hello@quotebase.io for early access.

2. Authentication

Include your API key in the Authorization header with every request.

bash
curl -H "Authorization: Bearer qb_live_your_api_key_here" \
     -H "Content-Type: application/json" \
     https://api.quotebase.io/v1/rfqs

3. Base URL

All API requests should be made to the following base URL:

https://api.quotebase.io/v1/

4. Rate Limits

Rate limits vary by plan. Exceeded limits return 429 status code.

Professional

1,000

requests/hour

Enterprise

10,000

requests/hour

Custom

Contact sales

5. Response Format

All responses are JSON with consistent structure. Errors include descriptive messages.

json
{
  "success": true,
  "data": { ... },
  "meta": {
    "page": 1,
    "limit": 20,
    "total": 150
  }
}

Need Help Getting Started?

Our team can help you integrate QuoteBase into your existing workflows and set up custom solutions for your organization.

View Help Center
QuoteBase - Excel to RFQ in 2 Minutes | Smart Procurement Platform