---
title: "Driver profile"
method: POST
path: "/v2/token/encode/user-token"
---

# Driver profile

`POST /v2/token/encode/user-token`

Authorization: API Key

## Headers

- `X-API-KEY` string, required

## Request body

- object
  - `type` string
  - `id` string — UUID
  - `expiration_minutes` string
  - `back_url` string
  - `unit_system` string — possible options: Imperial, Metrics
  - `benchmark_level` string — Defines the benchmark level for comparing individual driver performance against the group average. Possible values: "Company", "App", "Instance". For example, if "Instance" is selected, the driver's performance will be compared against the average performance of all drivers within that instance. Defaults to "App" if omitted.

## Response `200`

200

- object
  - `url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/damoov/apis/user-service.md) · [All operations](https://skmtc.net/damoov/apis/user-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/damoov/user-service/versions/1a5db2e2251f/schema)
