Scanner Management

Centralized APK distribution and device management for mobile scanner devices.

Key Features

Release Management

Upload and manage APK releases with version control and automatic update notifications.

Device Tracking

Monitor registered devices, track app versions, and manage device status.

Secure APIs

API key authentication with rate limiting to protect your endpoints.

Device API

Simple REST API for devices to check for updates and register themselves.

  • Check for available updates
  • Download APK files securely
  • Device self-registration
  • Heartbeat and status reporting
View API Documentation
GET /api/v1/devices/check-update
X-API-Key: your-api-key

Response:
{
  "hasUpdate": true,
  "latestVersion": "2.1.0",
  "downloadUrl": "..."
}