User registration

FREE
By Damoov | Updated vor einem Monat | Transportation
Health Check

N/A

Back to All Tutorials (1)

5 steps to integrate Telematics SDK

We are glad to have you here. Our technology enables you to work with driving data using your workerโ€™s or customerโ€™s smartphones. more product details are available here

To start integration, you have to complete 3 simple steps

1. Create a Sandbox account and get credentials

Please Sign up to Datahub and register your project. Then proceed to the management page and get Credentials to start the integration.

**there are two types of credentials:
User - gives access for a user level to get personal statistics and trips data (mainly used in mobile apps development)
Admin - give access to manage users, get consolidated and personal (any user) trips and statistics data. (mainly used for back-end integrations)

More details HERE

2. Connect user-service

User-service is a service where you register users to get Device Token. it is a unique ID that you will use to link telematics data with a user profile. We do not aim to store any personal data so that you can call user-service API by providing zero information about users.
Use InstanceID and InstanceKEY to create a user and get Device Token in the response. Then keep the Device Token in your DB against user login details.

Whatโ€™s the moment a device token used?
Every time when user logs in to the app, you have to add the userโ€™s device token inside telematics app. That initializes the SDK. Then all captured telematics data will be linked to the device token and transferred to Datamotion platform.
Then, you will use the Device Token to get trips data and statistics

3. Install Telematics SDK

To make the integration easy we published a demo app for developers where every one can see how SDK has been integrated. [DEMO APP] (https://docs.telematicssdk.com/project-setup/demo-applications)
Then, please proceed to dev.portal and follow the tutorial on installation SDK - HERE

4. Connect trips data and statistics

Read firs about type of APIs and access leve. Comprehansive analysis is available [HERE]](https://help.telematicssdk.com/en/articles/5006559-authentication)
You can get trips data and wide statistics via our APIs either via API from from SDK interface
- Trips data API:
- Statistics data & scoring API:

5. Go live

We are glad to support you then.