SynthesQDocumentation
API reference, guides, and tutorials for the SynthesQ CRM/ERP platform
API reference, guides, and tutorials for the SynthesQ CRM/ERP platform
New to the API? Start here to learn authentication, request patterns, and core concepts.
Learn how to work with products, inventory, and purchase orders.
Product Management
Inventory & Warehouses
Purchase Orders
Complete endpoint documentation auto-generated from code.
The API reference includes:
# 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"Documentation is currently available for: