# 3rd party data processing

### Environments

***Production:***

* {incoming\_service} - <https://mobilesdk.raxeltelematic.com/mobilesdk/incoming/> - Raw data

***Staging:***

* {incoming\_service} - <https://test.raxeltelematics.com/MobileService/incoming/>

## Get started

#### There are 2 steps: <a href="#sdkback-end-technicaldocumentation-2.4.uploadcompressedtrackv2" id="sdkback-end-technicaldocumentation-2.4.uploadcompressedtrackv2"></a>

1. Register a user and obtain a device token
2. Add device token to telematics data and send it for processing.

### Step 1:

{% content-ref url="/pages/-M1xJ3-6vzOz2SHcu-Yi" %}
[User Registration (API)](/manage-service/user-registration.md)
{% endcontent-ref %}

### Step 2:

#### UPLOAD COMPRESSED TRACK <a href="#sdkback-end-technicaldocumentation-2.4.uploadcompressedtrackv2" id="sdkback-end-technicaldocumentation-2.4.uploadcompressedtrackv2"></a>

**URL:** {incoming\_service}/incoming/upload\_compressed\_track/v2

**HTTP METHOD:** POST

**HEADERS:**

DeviceToken: 194df5b4-5322-43f5-bea7-16d85debfd00

**REQUEST BODY:**

zipped track.json

{% file src="/files/-MA-BzB4HNDjnhj\_vWaa" %}
Track sample
{% endfile %}

\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-old.telematicssdk.com/platform-features/3rd-party-data-processing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
