# API Introduction
The Console API is a set of HTTP Request that allows you to programatically interact with Console.
# Base URL
https://console.radiobridge.com/api/visualization/v1/
# Lite Version
Some of our Resources API supports 2 version of the response, Lite and Full. Lite version contains fewer information, while the full version contains a lot of information required for the console.
Query Parameter Name | Value |
---|---|
version | lite |
Example request
curl --location --request GET 'https://console.radiobridge.com/api/visualization/v1/devices/TESTID2?version=lite' \
--header 'Organization: <organization id>' \
--header 'Authorization: Bearer <token>'