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

# Bynder

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://{{.workspace}}.bynder.com/api`.

## Before You Get Started

To connect Bynder with Ampersand, you will need [a Bynder Account](https://www.bynder.com/en/).

Once your account is created, you'll need to create an app in your Bynder portal, configure the app, and obtain the following credentials from your app:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create a Bynder Account

To create an account for your organization, you need to contact the [Bynder Support](https://www.bynder.com/en/) team. An active account is required to log into your portal.

### Creating a Bynder App

Once your Bynder account is setup, you can follow the steps below to create a Bynder app:

1. Log in to your [Bynder Portal](https://portal.bynder.com/).

2. Navigate to `Settings >> Advanced Settings >> Portal Settings`.

3. Go to **Oauth Apps**.

4. Click the **Add new app** button.

5. Enter the following details to register your **Oauth** app:
   1. **Application Name**: The name of your app.
   2. **Homepage URL**: The URL of your app's homepage.
   3. **Application Description**: A brief description of your app.
   4. **Integration**: Type of integration (e.g., API, SDK).
   5. **Integration Name**: Specific name for your integration.
   6. **Grant Type**: Choose between Authorization Code or Client Credentials.
   7. **Authorization Redirect URIs**: URL(s) for Bynder to redirect after authorization.  Enter the Ampersand redirect URL: `https://api.withampersand.com/callbacks/v1/oauth`.

6. Select the scopes for your application. Bynder will authorize access to the selected scopes for your application.

7. Click **Register Application.**

<img src="https://mintcdn.com/ampersand-24eb5c1a/i4a56x-Fmj6u7jdE/images/provider-guides/af13a22-bynder1.gif?s=273a952691c548361eb5aac59d3118fb" alt="Bynder App Creation" width="1440" height="672" data-path="images/provider-guides/af13a22-bynder1.gif" />

You will find the **Client ID** and **Client Secret** in the app details. Note these credentials, as you will need them to connect your app to Ampersand.

<br />

## Add Your Bynder App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to create a Bynder integration.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/31a6a12-Ampersand.png?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=7ebd893fd2a976ebe7cf8af53f8581b8" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/31a6a12-Ampersand.png" />

3. Select **Provider Apps**.

4. Select **Bynder** from the **Provider** list.

5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.

6. Enter the scopes set for your application in *Bynder*.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/3a0b8e9-bynder2.gif?s=2a918d37a745ca93761a6d620d4671ff" alt="Ampersand Integration" width="798" height="520" data-path="images/provider-guides/3a0b8e9-bynder2.gif" />

7. Click **Save Changes**.
