Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HorizonIQ Devices API

Endpoints related to devices

HorizonIQ Devices API is one of 9 APIs that HorizonIQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Devices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 2023-05-30T22:28:43Z.

Requests are made against a single base URL, https://api.compass.horizoniq.com/{basePath}.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2023-05-30T22:28:43Z
Base URL
https://api.compass.horizoniq.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

HorizonIQ Devices API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API token issued from the Compass portal (Profile API Tokens). Sent as Authorization: Bearer . See https://compass-horizoniq.readme.io/reference/authentication

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Devices 2

Endpoints related to devices

GET
/devices/{deviceUUID}
Get Device
getDevicesByDeviceUUID 2 params → 200404
GET
/devices
List Devices
getDevices 6 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are DeviceGetModel (12 properties), DeviceListModel (6 properties), ErrorModel (1 property). Each schema is shown below with its type and property counts.

ErrorModel
object
1 property
DeviceGetModel
object
12 properties
DeviceListModel
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

horizoniq-devices-api-openapi.yml Raw ↑

Other APIs HorizonIQ publishes across the network.

HorizonIQ Action Items API
HorizonIQ Billing API
HorizonIQ Images API
HorizonIQ Managed Firewalls API
HorizonIQ Servers API
HorizonIQ SSL Certificates API
HorizonIQ Support API
HorizonIQ User Accounts API