Full programmatic access to your OPC data. Build automations, sync with third-party tools, or connect AI assistants via MCP.
Streamable HTTP endpoint for AI assistants. OAuth or PAT auth, scoped permissions, audit logging.
Connection guideStandard JSON endpoints for every module — contacts, orders, accounting, inventory, and more. Authenticate with Personal Access Tokens.
Authorization: Bearer opc_pat_…all for full access.curl https://www.myopc.io/api/contacts \
-H "Authorization: Bearer opc_pat_YOUR_TOKEN"curl -X POST https://www.myopc.io/api/orders \
-H "Authorization: Bearer opc_pat_YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"contact_id": "...", "items": [...]}'