AUTOMATEAPI

status: online • time: 2026-06-02T07:41:52.484Z • host: 34-87-84-99.sslip.io
Register (master key required)
curl -sS https://34-87-84-99.sslip.io/api/devices/register \
  -H "X-Master-Key: <MASTER_REGISTER_KEY>" \
  -H "Content-Type: application/json" \
  -d '{ "accountNumber":"1234567890", "pin":"1234", "name":"termux-ladbX1", "tags":["ladb","bank-bbl"], "bank":"bbl", "comment":"first device" }'
Info (auth with authKey)
curl -sS https://34-87-84-99.sslip.io/api/devices/info \
  -H "X-Auth-Key: <AUTH_KEY_FROM_REGISTER>"
Update device
curl -sS -X PATCH https://34-87-84-99.sslip.io/api/devices \
  -H "X-Auth-Key: <AUTH_KEY>" -H "Content-Type: application/json" \
  -d '{ "bank":"bbl", "comment":"rotate pin", "pin":"9876" }'
Health
curl -sS https://34-87-84-99.sslip.io/api/health