Skip to content

SynthesQDocumentation

API reference, guides, and tutorials for the SynthesQ CRM/ERP platform

Documentation Sections

Getting Started

New to the API? Start here to learn authentication, request patterns, and core concepts.

Operations Module Guides

Learn how to work with products, inventory, and purchase orders.

Product Management

Inventory & Warehouses

Purchase Orders

API Reference

Complete endpoint documentation auto-generated from code.

Browse API Documentation →

The API reference includes:

  • All available endpoints organized by module
  • Request parameters and validation rules
  • Response schemas and field descriptions
  • Example requests and responses

Quick Example

bash
# Authenticate
curl -X POST https://api.synthesq.com/api/v1/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com", "password": "password"}'

# Fetch products with specific fields
curl https://api.synthesq.com/api/v1/operations/products \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -G -d "fields[products]=id,name,sku,selling_price,stock_quantity"

Available Modules

Documentation is currently available for:

  • Operations - Products, inventory, purchase orders, suppliers, warehouses
  • CRM - (Coming soon)
  • Sales - (Coming soon)
  • Finance - (Coming soon)
  • HRM - (Coming soon)
  • Analytics - (Coming soon)

Documentation for SynthesQ CRM/ERP Platform