> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# bol.com - How do I link my account?

> Create bol.com Retailer API client credentials and connect them to Nango

## Overview

To authenticate with the bol.com Retailer API, you need:

1. **Client ID** - The identifier for your Retailer API client.
2. **Client Secret** - The secret paired with your Client ID.

This guide walks you through creating both credentials and connecting them to Nango. bol.com uses OAuth 2.0 client credentials, so no user redirect is required.

### Prerequisites

* A bol.com seller account with access to the Retailer API.

### Instructions

#### Step 1: Open API settings

1. Sign in to your [bol.com seller account](https://partnerplatform.bol.com/).
2. Open your account profile and select **Settings**.
3. Under **Services**, select **API settings**.

<img src="https://mintcdn.com/nango/LqtueXmS3kGFyRal/api-integrations/bol-com/api-settings.png?fit=max&auto=format&n=LqtueXmS3kGFyRal&q=85&s=2fa2828597181e816bda6225f8578c37" alt="bol.com seller account settings with API settings selected under Services" style={{maxWidth: "700px" }} width="1152" height="565" data-path="api-integrations/bol-com/api-settings.png" />

#### Step 2: Add a technical contact

Enter and save the contact details for the person responsible for the integration. bol.com requires a technical contact before you can create API credentials.

<img src="https://mintcdn.com/nango/LqtueXmS3kGFyRal/api-integrations/bol-com/technical-contact.png?fit=max&auto=format&n=LqtueXmS3kGFyRal&q=85&s=a77a378aaae4421ddcc68a523733fb96" alt="bol.com API settings showing the technical contact form" style={{maxWidth: "700px" }} width="1152" height="726" data-path="api-integrations/bol-com/technical-contact.png" />

<a id="create-client-credentials" />

#### Step 3: Create client credentials

1. Under **Client credentials for the Retailer API**, select **Create**.
2. Enter a recognizable name for the credential and select **Create**.

<img src="https://mintcdn.com/nango/LqtueXmS3kGFyRal/api-integrations/bol-com/create-client-credentials.png?fit=max&auto=format&n=LqtueXmS3kGFyRal&q=85&s=00ff2e4cd6932baa1a97c54e08ca8693" alt="bol.com dialog for naming and creating Retailer API client credentials" style={{maxWidth: "700px" }} width="1152" height="763" data-path="api-integrations/bol-com/create-client-credentials.png" />

3. Copy the generated Client ID, then select **Show secret** and copy the Client Secret.

<img src="https://mintcdn.com/nango/LqtueXmS3kGFyRal/api-integrations/bol-com/show-client-secret.png?fit=max&auto=format&n=LqtueXmS3kGFyRal&q=85&s=304990b2f889ba6d5a1e5b27cde14acc" alt="bol.com Retailer API credentials with the Client ID and Show secret option" style={{maxWidth: "700px" }} width="1152" height="502" data-path="api-integrations/bol-com/show-client-secret.png" />

<Warning>The Client Secret is shown only when you reveal it. Store it securely and create separate credentials for each application or third party.</Warning>

#### Step 4: Enter credentials in the Connect UI

1. Open the form where you need to authenticate with bol.com.
2. Enter your **Client ID** and **Client Secret** in their respective fields.
3. Submit the form to connect your account.

<img src="https://mintcdn.com/nango/LqtueXmS3kGFyRal/api-integrations/bol-com/form.png?fit=max&auto=format&n=LqtueXmS3kGFyRal&q=85&s=f5a19812396640a4023c5c3bd7cc86d6" alt="bol.com Connect form with Client ID and Client Secret fields" style={{maxWidth: "450px" }} width="1280" height="720" data-path="api-integrations/bol-com/form.png" />

You are now connected to the bol.com Retailer API.
