MOVE Admin API

MOVE Backend APIs

Authentication

Fetch or create

Registration or login of a user is equivalent to obtaining the security tokens and initialising the frontend MOVE SDK with those tokens. In other words: use the registration request to obtain the user tokens, and then forward the user tokens to your app for initializing the MOVE SDK (using a MoveAuth object).

Api Key: MOVE Backend

Create or fetch user

POST https://sdk.dolph.in/v20/user

This request is designed to allow users to fetch or create a user.

Response Object can be used for initializing MOVE SDK on your mobile device. The lifetime of the access token is 5 days. Register can be used for new and also existing user IDs.

Headers

NameTypeDescription

Authorization*

string

Basic <ProjectId>:<API-Key>

Request Body

NameTypeDescription

userId*

string

An ID for the given user should be unique

qualifier

string

An unique device identifier (see Get Device Qualifier Android / iOS / React / Flutter).

{
  "accessToken": "string",
  "refreshToken": "string",
  "userId": "string",
  "audience": "string",
  "installationId": "string",
  "projectId": 0
}

Delete User

This request permanently deletes all user data associated with a specific user ID. Please note that the data is irreversibly lost.

Delete User

DELETE https://sdk.dolph.in/v20/user

Deletes all user data permanently and all of its data

Headers

NameTypeDescription

Authorization*

String

Basic <ProjectId>:<API-Key>

Request Body

NameTypeDescription

userId*

String

Id of Move SDK user

projectId*

String

Id of MOVE SDK project

{
    // Response
}

User Config

API for retrieving or modifying user configuration settings.

Fetch user config

GET https://sdk.dolph.in/v20/user/config

fetch the current config for the given user

Query Parameters

NameTypeDescription

projectId*

String

Id of MOVE SDK project

userId

String

Id of Move SDK user

Headers

NameTypeDescription

Authorization

String

Basic <ProjectId>:<API-Key>

{
  "eco": {
    "co2EmissionBase": 160,
    "co2EngineType": "INTERNAL_COMBUSTION"
  }
}

Patch user config

PATCH https://dolph.in/v20/user/config

update the current config for the given user

Query Parameters

NameTypeDescription

userId*

String

Id of Move SDK user

projectId*

String

Id of MOVE SDK project

Headers

NameTypeDescription

Authorization*

String

Basic <ProjectId>:<API-Key>

User scores

This API enables you to retrieve scores for a specific user, with a focus on Exposure to Risk (ETR) and Move scores. Detailed parameters and responses are provided below

Exposure to risk

Why It's Important: The more time you spend driving, the greater your exposure to the risk of accidents. This risk is influenced not just by the distance traveled but also by the duration and timing of each trip. For instance, many accidents occur within the first few minutes of a drive, and the risk increases during extended journeys. Avoiding very short trips and taking breaks on longer ones can help mitigate this risk.

How It Works: The ETR Score is calculated based on the number and duration of your trips. Additionally, the type of roads you travel on is factored into the score, with highways being the safest and rural roads posing higher risks. This score helps you understand and manage your exposure to risk, guiding you towards safer driving habits.MOVE Score

MOVE Score

Why It's Important: The MOVE Score is your total risk score, offering a clear and comprehensive understanding of your driving safety. It reflects your overall driving habits, combining key factors that influence driving risks.

How It Works: This score merges your MOVE IQ, which evaluates your driving style, with your ETR, which considers how often and how long you drive. By bringing together these aspects, the MOVE Score provides a complete overview of your driving safety, taking into account both the quality of your driving and your time on the road.

User scores

GET https://dolph.in/v20/user/scores

Fetch scores of user, at the moment only ETR and Move score is supported.

Query Parameters

NameTypeDescription

userId*

String

Id of Move SDK user

projectId*

String

Id of MOVE SDK project

startTs*

Integer

Start timestamp for the score retrieval.

endTs*

Integer

End timestamp for the score retrieval.

timeframe

String

Timeframe for the score calculation. Available values include DAILY, WEEKLY, MONTHLY, YEARLY, and NONE.

Headers

NameTypeDescription

Authorization*

String

Basic <ProjectId>:<API-Key>

This example response includes Exposure to Risk and Move scores along with historical data for various timeframes (daily, weekly, monthly, yearly).

{
  "exposureToRisk": {
    "score": 94,
    "dates": "09.11.2023-03.11.2023",
    "histories": {
      "daily": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "weekly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "monthly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "yearly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ]
    }
  },
  "moveScore": {
    "score": 94,
    "dates": "09.11.2023-03.11.2023",
    "histories": {
      "daily": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "weekly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "monthly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ],
      "yearly": [
        {
          "year": 2023,
          "month": 11,
          "day": 9,
          "weekOfYear": 45,
          "date": "09.11.2023",
          "score": 94,
          "calculated": "2023-11-09T15:04:13.941729Z"
        }
      ]
    }
  }
}

Access Management

Block / Unblock User

Use this API endpoint to block or unblock a MOVE SDK User. When a user is blocked, the MOVE SDK Backend will return an HTTP Error 403 for all subsequent requests made by the blocked user.

Block or unblock Move SDK user

POST https://sdk.dolph.in/v20/access/block

Request Body

NameTypeDescription

projectId*

Int

userId*

String

block*

Boolean

{
    // Response
}

Last updated