v1.0.0 Stable
Integrate with SN Engine
The SNC POS API allows you to programmatically manage your inventory, sales, and employees. Built on REST principles, our API returns JSON-encoded responses and uses standard HTTP response codes.
REST Endpoints
Access your commercial data via traditional HTTPS requests. Ideal for ERP integrations and custom dashboards.
Webhooks
Real-time event notifications for sales, stock updates, and shift changes. Uses HMAC signatures for security.
Standard Response Format
{
"status": "success",
"data": {
"id": "txn_849204",
"amount": 1250.00,
"currency": "THB",
"timestamp": "2026-02-26T14:55:00Z"
}
}