Integrate QuoteBase into your workflow with our RESTful API and webhooks
RESTful API with authentication is currently in development. This documentation shows the planned API structure. Contact hello@quotebase.io for early access.
Include your API key in the Authorization header with every request.
curl -H "Authorization: Bearer qb_live_your_api_key_here" \
-H "Content-Type: application/json" \
https://api.quotebase.io/v1/rfqsAll API requests should be made to the following base URL:
Rate limits vary by plan. Exceeded limits return 429 status code.
1,000
requests/hour
10,000
requests/hour
∞
Contact sales
All responses are JSON with consistent structure. Errors include descriptive messages.
{
"success": true,
"data": { ... },
"meta": {
"page": 1,
"limit": 20,
"total": 150
}
}Our team can help you integrate QuoteBase into your existing workflows and set up custom solutions for your organization.