BACE API Docs
  • Welcome!
  • Quick Start
  • System Overview
  • 💻BACE Panel
    • BACE Panel
    • How To Onboard Modbus Devices
    • Creating Webhooks
  • 👨‍💻API
    • Get Started Using Postman
    • Authentication
    • Navigating Data
    • Accessing Data
    • Data Sessions
    • Commanding Connectivity Modules
    • Commanding Modbus Devices
    • Accessing Events
    • Advanced Features
  • 📤Integrations
    • BACE Webhooks
    • Blockbax Integration
  • 📖Reference
    • Wiring IoT Connectivity Modules
    • Powering IoT Connectivity Modules
    • HTTP Status Codes
    • Connecting BACE to Default WiFi
Powered by GitBook
On this page

Was this helpful?

Quick Start

PreviousWelcome!NextSystem Overview

Last updated 2 years ago

Was this helpful?

Get your API tokens

Your API requests are authenticated using API tokens. Any request that doesn't include an API token will return .

You can request your API tokens from your Evalan representative at any time. Don't know how to authenticate? Read how in the Authentication section.

Make your first request

To make your first request, send an authenticated request to the physical-device endpoint. This will list all physical devices assigned to your account.

curl https://dashboard.bace-iot.com/api/v2/physical-device
    -H "Content-Type: application/json"
    -H "Authorization: Bearer ab183f15bd437fbdb8a1235be0f3b784729d737d"

Authentication
return error 401

List of all Physical Devices

get

Get a list of all Physical Devices available in the system

Query parameters
per-pageintegerOptional

Amount of record you want to get per Page.

pageintegerOptional

Page nr.

fieldsstringOptional

Fields you want to select

Responses
200
A list of all available Physical Devices in the system
get
GET /api/v2/physical-device HTTP/1.1
Host: 
Accept: */*
200

A list of all available Physical Devices in the system

No content

  • Get your API tokens
  • Make your first request
  • GETList of all Physical Devices