> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/patchworks-services/service-systems/supported-service-systems/sitoo-service-connector/finding-service-connector-credentials-for-sitoo.md).

# Finding service connector credentials for Sitoo

Authentication Type: Basic Auth

## Required credentials

To [add a Patchworks connector](/product-documentation/patchworks-services/service-connectors/adding-a-service-connector.md) for **Sitoo**, 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="#api-url">API URL</a></td><td>true</td><td>The default is <strong>api.mysitoo.com</strong> but this may vary per instance.</td></tr><tr><td><a href="#api-id">API ID</a></td><td>true</td><td>Obtained from the <strong>Base URL</strong> section of the generated API login page.</td></tr><tr><td><a href="#api-password">API Password</a></td><td>true</td><td>Obtained from the <strong>Base URL</strong> section of the generated API login page.</td></tr><tr><td><a href="#version">Version</a></td><td>true</td><td>Obtained from the <strong>Base URL</strong> section of the generated API login page.</td></tr><tr><td><a href="#account-id">Account ID</a></td><td>true</td><td>Obtained from the <strong>Base URL</strong> section of the generated API login page, or from the <strong>API ID</strong>.</td></tr><tr><td><a href="#site-id">Site ID</a></td><td>true</td><td>Obtained from the <strong>Base URL</strong> section of the generated API login page.</td></tr></tbody></table>

## Obtaining credentials

To obtain the required details, log into the Sitoo back office console and navigate to **settings** > **REST API**:

![](https://content.gitbook.com/content/5mpqoXPMbUuPa8JpCLWe/blobs/DfkpUliG43sK4V2skGWt/sitoo%201.png)

From here, you can obtain the required credentials.

### API URL

The **API URL** for your Sitoo instance is displayed within the **Base URL** section of the generated API login page, together with the [API ID](#api-id) and [API Password](#api-password):&#x20;

<figure><img src="https://content.gitbook.com/content/5mpqoXPMbUuPa8JpCLWe/blobs/kPFWBWxY1lLp4LPBVx4r/sitoo%20example.png" alt=""><figcaption></figcaption></figure>

The **API URL** must end with **mysitoo.com** - anything after that should be removed:

<figure><img src="https://content.gitbook.com/content/5mpqoXPMbUuPa8JpCLWe/blobs/JpwHJuOYdHvwr0vG1IM0/sitoo%20url.png" alt=""><figcaption></figcaption></figure>

In our example, the **API URL** is:&#x20;

```
https://api-sandbox.mysitoo.com
```

### API ID

The **API ID** for your **Sitoo** instance is displayed within the generated API login page, together with the [API URL](#api-url) and [API Password](#api-password).<br>

### API Password

The **API Password** for your Sitoo instance is displayed within the generated API login page, together with the [API ID](#api-id) and [API URL](#api-url).

### Version

The API version is displayed within the [Base URL](#api-url) - it's the first section immediately after '.com' - for example:

<figure><img src="https://content.gitbook.com/content/5mpqoXPMbUuPa8JpCLWe/blobs/Wef5pMQwm1XlYCogpDmm/sitoo%20version.png" alt=""><figcaption></figcaption></figure>

In our example, the **version** is **v2**.

### Account ID

The **Account ID** is displayed as the last section of the [Base URL](#api-url) - for example:

<figure><img src="https://content.gitbook.com/content/5mpqoXPMbUuPa8JpCLWe/blobs/LqX0POHq8N7Jhio3Q9cX/sitoo%20account.png" alt=""><figcaption></figcaption></figure>

It's also the first section of the  [API ID](#api-id). &#x20;

### Site ID

The **Site ID** should be the default of 1. However, the site ID can be changed to any respective site's ID.
