Smart Me
Connector for the smart-me API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://smart-me.com:443 - Auth:
basic(pass your key via theapiKeyinput)
Operations
account_login— GET /api/Account/loginactions_get— GET /api/Actions/{id} — Gets all available Actions of a Deviceadditionaldeviceinformation_get— GET /api/AdditionalDeviceInformation/{id} — Gets the additional information (e.g. Firmware Version) about a device.customdevice_get— GET /api/CustomDevice — Gets all Custom Devicesget_api_customdevice_id— GET /api/CustomDevice/{id} — Gets a Custom Device by it's IDdevicebyserial_get— GET /api/DeviceBySerial — Gets a Device by it's Serial Number. The Serial is the part before the "-".
Inputs
apiKey— your smart-me API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: account_login
apiKey: <your key>