Skip to content

Device Activity

POST
/reports/activity

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
ExampleeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Request Body

application/x-www-form-urlencoded
object

Responses

Request was successful
application/json
JSON
{
"off": {
"time": 0,
"distance": 0
},
"idle": {
"time": 0,
"distance": 0
},
"movingWithIgnitionOn": {
"time": 0,
"distance": 0
},
"movingWithIgnitionOff": {
"time": 0,
"distance": 0
},
"log": [
{
}
]
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python