Skip to main content

Overview

Quinn CRM provides a comprehensive RESTful API with 432 endpoints across 69 categories. All endpoints use session-based authentication and return JSON responses.

Interactive API Playground

Test API endpoints directly in your browser with our interactive playground

Base URL

Authentication

All API endpoints (except login/register) require authentication. See Authentication Guide for details.

API Categories

Authentication

Login, register, logout, session management

Customers

Customer CRUD, lifecycle management, analytics

Leads

Lead management, qualification, conversion

Opportunities

Sales pipeline, deal tracking, forecasting

Tasks

Task management, AI-generated actions

Inventory

Equipment catalog, availability, pricing

Transactions

Rental orders, invoices, payment tracking

Communications

Calls, emails, SMS, activity logging

Analytics

Reports, metrics, insights, forecasts

Most Used Endpoints

GET /api/customer-intelligence/:idGet AI-powered insights for a customer:
  • Sentiment analysis from recent communications
  • Recommended next actions
  • Upsell/cross-sell opportunities
  • Risk assessment
POST /api/voice-memos/:id/extract-tasksExtract action items from voice recording:
  • GPT-4 powered analysis
  • Automatic priority assignment
  • Owner recommendations
  • Due date suggestions
POST /api/leads/:id/convertConvert lead to customer:
  • Creates customer record
  • Updates unified contact
  • Maintains relationship history
  • Triggers workflow automations
GET /api/opportunities/:id/ai-insightsAI predictions for opportunity:
  • Likely close amount
  • Win probability
  • Expected timeline
  • Recommended actions

Response Format

All endpoints return JSON with consistent structure:

Success Response

Error Response

HTTP Status Codes

Rate Limits

Exceeded limits return 429 Too Many Requests with Retry-After header.

Pagination

List endpoints support pagination:
Parameters:
  • page: Page number (default: 1)
  • limit: Items per page (default: 50, max: 100)

Filtering

Most endpoints support filtering:

Sorting

Use sortBy and sortOrder:
Options:
  • sortOrder: asc or desc
  • sortBy: any field name (varies by endpoint)

Webhooks

Quinn can send real-time webhooks for events:
Configure webhook URLs in SettingsWebhooks.

SDKs & Libraries

Official SDKs coming soon! For now, use the REST API directly with your favorite HTTP client.
Recommended Libraries:
  • JavaScript: fetch (native) or axios
  • Python: requests or httpx
  • PHP: GuzzleHTTP
  • Ruby: Faraday or HTTParty
  • Go: net/http (stdlib)

OpenAPI Specification

Download the full OpenAPI spec:

openapi.json

Import into Postman, Insomnia, or any OpenAPI-compatible tool

Try It Live

Use the interactive playground on any endpoint page to:
  • ✅ Test requests with your credentials
  • ✅ See real responses from your Quinn instance
  • ✅ View request/response schemas
  • ✅ Generate code snippets

Start with Authentication

Test login endpoint first

Browse All Endpoints

Explore 432 endpoints

Need Help?

Guides

Step-by-step integration guides

Discord Community

Ask questions, share tips

Email Support

Get help from our team