Unified Kiosk Remote Management API: How to use the REST API
Unified Kiosk Remote Management API The Unified Kiosk Remote Management API is available for all subscribers. It is designed to allow programmatic access to devices and other relevant information within your account. A list of all available endpoints can be found here. Security The API can be accessed using your unique API Key. Your API Key should NEVER be shared, if compromised you can delete your API KFew readersUnified Kiosk Remote Management API Endpoint: Device
Unified Kiosk Remote Management API GET /api/device - get all devices on account /api/device?identifier=b60e7c95-d160-439d-8dc6-4c7e1648bd1a - get device on account using device identifier Sample Response: json "identifier": "e4fc83bf-d29b-4789-826a-4f9f8a21b2f0", "name": "Emulator 7.1.1", "serial": "EMULATOR30X8X4X0", "androidVersion": "7.1.1", "brand": "google", "model": "Android SDK built for x86", "kioskVeFew readersUnified Kiosk Remote Management API: API Endpoints
Unified Kiosk Remote Management API List of endpoints available through our API For information on how to use the API please see this article. Device Endpoint Push EndpointFew readersUnified Kiosk Remote Management API Endpoint: Push
Unified Kiosk Remote Management API GET /api/push?identifier=b60e7c95-d160-439d-8dc6-4c7e1648bd1a&type=1 - send push/device action to device identifier and push type 1 Sample Response Valid Push Types Request Status from Device (heartbeat to server, battery, screen state etc...) Restart Application Take App Screenshot/device screenshot (Kiosk Browser) Open WiFi Settings 5. Identify device (show messagFew readers