Skip to main content
GET
/
security
/
vehicle
/
{vehicle_id}
/
vehicle-data-upload-token
Create HTTP receiver auth token
curl --request GET \
  --url https://ctechnology.io/api/v2.2/security/vehicle/{vehicle_id}/vehicle-data-upload-token \
  --header 'Authorization: <api-key>'
{
  "header": {
    "api_version": "<string>",
    "status": "<string>",
    "message": "<string>",
    "permission_via": [
      {
        "permission": "<string>",
        "via": "me",
        "organization_id": "<string>"
      }
    ]
  },
  "data": {
    "token": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.

Path Parameters

vehicle_id
string
required

ID of vehicle to retrieve token for.

Query Parameters

lifetime_minutes
integer
default:30
required

The lifetime in minutes the token is valid

Required range: 0 <= x <= 1440

Response

Successful generated JWT token.

header
API Header Single · object
required

Default header sent along with single-resource responses.

data
App token · object
required

The token used to authenticate with HTTP update receiver endpoint