This article describes Dev-Zone APIs for EloView 4 and provides an attached list for reference
The Dev-Zone APIs provide tools for managing authentication, devices, and content. The Authentication Module generates secure tokens for API access, the Device Module handles tasks like retrieving device details and performing resets, and the Content Module supports creating, deploying, and updating content on devices. A full list of APIs with examples is included for reference.
1. Authentication Module
This module offers APIs to generate an authentication token using oAuth credentials. The token is essential for authorizing subsequent API requests.
- The authentication token is obtained via a POST request, with oAuth credentials included in the payload.
- The token is used as a bearer token and remains valid for 24 hours.
2. Device Module
The Device module includes APIs for managing devices and their configurations. Key operations include:
- Retrieving a list of devices.
- Creating a new device.
- Fetching device details by device ID.
- Accessing available versions for a device.
- Performing actions such as device reset or reboot.
3. Content Module
The Content module supports a wide range of content management tasks through its APIs, including:
- Creating and deleting content.
- Retrieving a list of available content.
- Checking content status on devices.
- Deploying, updating, and fetching content details.
Additional Resources
A comprehensive list of all available Dev-Zone APIs, along with examples and detailed usage guidelines, is attached for reference.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article