Skip to main content

Quickstart

Get up and running with the Polaris API in minutes.

Before making requests you'll need an API token. Find it in the Polaris dashboard under Settings → API Tokens.

Make your first request

GET/v1/devices
curl -G https://polaris.revlv.com/v1/devices \
-H "Authorization: Bearer {token}" \
-d pageSize=50

What's next?

  • Authentication — how tokens work
  • Devices — list gateways, access points, and switches
  • Telemetry — throughput, latency, and signal data
  • Errors — understand error responses