Quick Start

Get your API tokens

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

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.

Authentication

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.

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

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

Last updated

Was this helpful?