# Finding service connector credentials for ReBound

## Required credentials

To [add a Patchworks connector](/product-documentation/patchworks-services/service-connectors/adding-a-service-connector.md) for **ReBound**, the following details are required for authentication:

<table><thead><tr><th>Credential</th><th data-type="checkbox">Required</th><th>Note</th></tr></thead><tbody><tr><td><a href="#obtaining-credentials">Login</a></td><td>true</td><td>Your account login name, as provided by ReBound.</td></tr><tr><td><a href="#obtaining-credentials">API Key</a></td><td>true</td><td>Your API key can be found on your <strong>profile</strong> page in the <a href="https://admin.intelligentreturns.net/">Intelligentreturns control panel</a>. You can also generate new keys here, if required. </td></tr><tr><td><a href="#obtaining-credentials">URL</a></td><td>true</td><td><code>https://intelligentreturns.net/api/</code></td></tr></tbody></table>

## Obtaining credentials

### Login

This is the name that you use to log into the [Intelligentreturns control panel](https://admin.intelligentreturns.net/dashboard), as provided by ReBound. It will always be a name rather than an email address - for example: `patchworkstestaccount`.

{% hint style="info" %}
Your login name is displayed at the top of your Intelligentreturns **profile** page - see the [API key](#api-key) section below.
{% endhint %}

### API key

**Step 1**\
Log into the [Intelligentreturns control panel](https://admin.intelligentreturns.net/dashboard) with your **username** and **password** provided by ReBound.

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

**Step 2**\
Select **profile** from the **settings** menu:

<figure><img src="/files/9spIVVhQ198yoXLSpyNs" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Alternatively, you can access this page directly using the following URL:\
<https://admin.intelligentreturns.net/main/profile> (you'll be prompted to log in with your ReBound **username** and **password**).
{% endhint %}

**Step 3**\
Note your **API key** at the top of the page:

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

{% hint style="info" %}
If necessary, you can use the **generate new API key** button to create a new key.
{% endhint %}

{% hint style="info" %}
Notice that your login name is also displayed in the top-left corner: ![](/files/NVswjZHUb4aNXEUS87vB)
{% endhint %}

### **URL**

The URL is always:

```
https://intelligentreturns.net/api/
```

## More information

API documentation for ReBound can be found at the link below:

{% embed url="<https://intelligentreturns.net/api/>" %}


---

# 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://doc.wearepatchworks.com/product-documentation/patchworks-services/service-systems/supported-service-systems/rebound-service-connector/finding-service-connector-credentials-for-rebound.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.
