Bynder Connector v1.0
1. General Information
Bynder is a digital asset management (DAM) platform that helps businesses organize, manage, and share their digital content.

After logging in you will be directed to the below page.

2. Authentication
Bynder supports oauth2 to authenticate its APIs. To authorize API requests using OAuth 2.0, a client has to be created in the Portal.

App and Token Creation.
In Portal Settings go to OAuth Apps to create a new to get existing apps.

When OAuth Apps is clicked you will see below page for apps.

Click Add new App to create new app or Settings Gear to get details of existing one.
3. Connector Actions and Tests
Collections: Retrieve collections (GET)
Action Name / Method | Collections: Retrieve collections (GET) |
---|---|
Action Description | This action is used to retrieve all collections.
|
Test Case | This action is used to retrieve all collections.
|
Request Body Name | Parameter |
|
|

4. Connection Settings and Configuration
Settings Parameters | Value | Description | Required (Y/N) | Default Value |
---|---|---|---|---|
Connector | Bynder | Connector Name | Y | Bynder |
Host Name | Endpoint required for performing CRUD | Y | ||
Authentication | OAuth2 | Type of authentication | Y |
|
Client Id | {client_id} |
| Y |
|
Client Secret | {client_secret} |
| Y |
|
Token URL |
| Y | ||
Authorization Url |
| Y | ||
Scopes | asset:read asset:write collection:read |
|
| asset:read asset:write collection:read |
