XR80 API endpoints - 401 unauthorized

I’m trying to POST to /api/v1/db/get to obtain

“data”: {

"paths": \[

  "system.time.uptime",

  "system.clock.utc_time",

  "system.time.ntp.server",

  "system.time.ntp.sync_status",

  "system.time.zone"

\]

But even with valid bearer token, I get 401 unauthorized. Appreciate any help.

Hi @markn,

Welcome to our community!

After checking XR80 API docs, I notice “error 401” is description: Missing authentication token.
Please refer to the following link for more information: AirLink OS APIs (BETA) - XR80-6.1 - Sierra Wireless
and then double-check it.

Thanks,