v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Register telematics UserId/ DeviceToken

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
post/v1/Registration/create

Headers

InstanceIdstring required

The Instance ID is different for each user group in your app, and stored in your app when you deploy it. You can look it up in the DataHub under Management, User Group Credentials

InstanceKeystring required

The Instance Key is different for each user group in your app, and stored in your app when you deploy it. You can look it up in DataHub under Management, User Group Credentials

Request body

CustomTokenstring

your own ID in UUID Format

FirstNamestring
LastNamestring
Nicknamestring
Phonestring
Emailstring
UserFieldsstring json

Response

200

All 90 operations