Control center API
Information on the API for retrieving specific data from the Control Center
You can easily retrieve all settings and information available in the Control Center via an API. Below you will find the Swagger documentation. Here is an example: BMA Control Center
In general, we stick to the OAuth 2.0 Client Credentials Flow (Microsoft) documented here.
Make sure to include your Tenant ID as a header in the authentication flow.
How to get the URL for your specific API
To get the first part of the URL for your specific API documentation or Swagger UI, you can either contact our Support or retrieve it from the source code of your Control Center.
In our example, the URL is:
Example
Retrieve device status
call the Swagger UI
the API call gives you information about the device status as follows
the different statuses of the devices are defined as follows in the API documentation
you can also retrieve the status of the individual streams. The API provides the following results
Last updated