Go to website
Back
Articles on:
Kiosk Launcher Remote Management - REST API
REST API for Kiosk Launcher Remote Management Service
KL: How to use the REST API
The Kiosk Launcher 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 Key in the management console and gener
Few readers
KL: API Endpoint: Device
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: `` [ { "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", "kioskVersion": "1.4.2 (Build 127)", "kiosk
Few readers
KL: API Endpoints
List of endpoints available through our API For information on how to use the API please see this article. Device Endpoint
Few readers