Skip to content
CtrlK

API Plugin

The API Plugin connects viewneo with your own applications or third-party systems via a REST API. Automate workflows, synchronize data, or control viewneo from external systems.

  • An active viewneo subscription that includes the API Plugin
  • Programming knowledge (REST API, OAuth 2.0)

Through the viewneo API, you can:

  • Programmatically create, modify, and delete content
  • Manage playlists and devices
  • Feed data from external systems into viewneo
  • Connect custom dashboards or control interfaces

Access to the viewneo API is protected via OAuth 2.0. Only authorized clients can access the API.

  1. Navigate to the Dashboard in the top right
  2. Click on the API tab

On the API page, you can:

  • Create and manage clients — these are authorized to use the viewneo API
  • Create Personal Access Tokens — for direct API access without the full OAuth flow

Use the created credentials to communicate with viewneo via the REST API.

The following resources are available for implementation:

ResourceDescription
REST API DocumentationEndpoints, parameters, and response formats
AuthenticationOAuth 2.0 authorization flow and token management
Data ModelsStructure of viewneo objects (playlists, content, devices, etc.)
ExamplesCode examples for typical API calls

Connect your ERP system with viewneo to automatically display product data, prices, or inventory levels on displays in production or logistics.

Control screen content based on point-of-sale data — e.g., current top sellers or sales information in real time.

Read timetable data from your management system and automatically update room and event displays.

Yes. The viewneo API is a REST API accessed via HTTP requests. Basic knowledge of web development and working with APIs is required.

Access is protected via OAuth 2.0. You need a registered client and valid credentials (token) to send requests to the API.

Can I use the API for automation without programming knowledge?

Section titled “Can I use the API for automation without programming knowledge?”

For no-code automation, we recommend the Zapier Plugin, which offers a visual integration with numerous third-party services.