Register telematics UserId/ DeviceToken

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

When to Use This Call

Utilize this call when a new user installs your application and requires an account associated with the SDK. This process involves creating the account and receiving user credentials in return.

Important Considerations

Be aware that the API does not validate user field inputs; in fact, all fields can be left blank. The primary unique user identifier is the device token. Should your application have specific requirements for certain fields (e.g., minimum length for the first name, email domain restrictions), ensure to implement input validation within your app prior to sending these fields to the API.

Custom Token Feature

Our system offers support for custom token UUIDs. If you prefer to assign a specific UUID to a user instead of generating a new one, you can do so by including CustomToken as a body parameter in your request.

Body Params
string
string
string
string
string
string
json
Defaults to { "ClientId": "string"}
Headers
string
required
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json