Public developer documentation
SysAutomator Local API
The API is available only on an active paid SysAutomator Self-Hosted license. It is disabled automatically when the central license is inactive, canceled, or overdue beyond the configured grace period.
Base URL
https://iptvsmarters-pro.com/api/v1
Authentication
Send an API key in X-SysAutomator-Api-Key or in a Bearer authorization header.
curl -H "X-SysAutomator-Api-Key: sysa_example.secret" "https://iptvsmarters-pro.com/api/v1/customers?page=1&pageSize=50"
Available starter endpoints
GET /health— scopehealth.readGET /customers— scopecustomers.readPOST /customers— scopecustomers.writeGET /customers/{id}— scopecustomers.readGET /invoices— scopeinvoices.readGET /tickets— scopetickets.read
License-disabled response
{ "error": "license_api_inactive", "message": "API access is unavailable because this installation does not have an active paid SysAutomator license." }