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.

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"

Last updated