---
title: "Register telematics UserId/ DeviceToken"
method: POST
path: "/v1/Registration/create"
---

# Register telematics UserId/ DeviceToken

`POST /v1/Registration/create`

When users install your app, they will be assigned to your account in DataHub and given the necessary credentials to access the API: a Device Token, a JWT Access Token, and a Refresh Token.

**Required level of authorization:**
* no authorization required

## Headers

- `InstanceId` string, required
- `InstanceKey` string, required

## Request body

- object
  - `CustomToken` string — your own ID in UUID Format
  - `FirstName` string
  - `LastName` string
  - `Nickname` string
  - `Phone` string
  - `Email` string
  - `UserFields` string, json

## Response `200`

200

## 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)
