# How to connect with Delhivery?

### Step 1: Obtain Your API Key

* Navigate to **Main Menu > Settings > API Setup** page.
* Users can view and copy the existing API Token

![](https://synctrack.io/wp-content/uploads/2024/12/image95.png)

* Users can also click on “Request Live API Token” that refreshes the old token with a new token

![](https://synctrack.io/wp-content/uploads/2024/12/image96.png)

**Once you generate a new Token, your old token will stop working immediately**

* Once you generate your token, it will be visible for 5 minutes and then will be hidden from view
* To protect your data, you’ll only be able to reveal your API token once.
* Copy and save your API token in a secure place.

&#x20;

**How can I test Delhivery One APIs?**

You can read API documentation by logging in to Delhivery One and visiting <https://ucp.delhivery.com/developer-portal/v1/execute>

Please refer to this article on [Client Developer Portal](https://help.delhivery.com/home/docs/client-developer-portal-1)

### Step 2: Connecting Your Account

Once you have your API Key:

* Log in to your Synctrack Returns dashboard.
* Navigate to the “Settings” section > “Logistics” tab
* Look for the Delhivery integration option and click “Connect” or “Set up”.
* You’ll be prompted to enter your API Key. Paste the key you received into this field.
* Click “Connect” to establish the connection.

<figure><img src="/files/NSa9PwqHTCTqldSO6BL1" alt=""><figcaption></figcaption></figure>


---

# 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.returnsdrive.com/shipping/how-to-connect-with-delhivery.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.
