Skip to main content
GET
/
v1
/
companies
/
{company-id}
/
drivers
/
{driver-id}
/
device_status
Get Device Status for a Driver
curl --request GET \
  --url https://api.tread-horizon.com/v1/companies/{company-id}/drivers/{driver-id}/device_status \
  --header 'Authorization: Bearer <token>'
{
  "data": "offline"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tread.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

driver-id
string
required

Driver ID

company-id
string
required

Company ID

Response

OK

data
DeviceStatus · object
required

Telematic and other status data about a hardware device.

The user_device_permissions values are not return for telematics hardware.

Example:

"offline"