iBOS Data API

Building Automation Data Access Platform

Available Endpoints

  • GET /api/v1/projects - List all projects
  • GET /api/v1/projects/{id} - Get project details
  • GET /api/v1/projects/{id}/devices - List project devices
  • GET /api/v1/devices/{uuid} - Get device details
  • GET /api/v1/devices/{uuid}/objects - List device objects
  • GET /api/v1/objects/{uuid} - Get object details
  • GET /api/v1/objects/{uuid}/trending - Get trending data

Authentication

All API endpoints require a Personal Access Token (PAT).
Use the token manager above to create your tokens.

Include your token in the Authorization header:
Authorization: Bearer ibos_pat_xxxxx