API Reference

The Ops2Sell REST API lets you manage products, orders, inventory, customers, and more programmatically. All authenticated endpoints require a valid session cookie or API key.

Base URL: https://your-domain.com52 endpoints10 sections

Authentication

Most endpoints require authentication. Include a valid session cookie or pass the Authorization: Bearer YOUR_API_KEY header.

All responses follow the format: { "data": ... } for success or { "error": { "code", "message" } } for errors.