If you have an application that needs to interact with Bynder, you can create an API token specifically for that app to use when accessing Bynder. OAuth 1 tokens allow for seamless integration between your app and Bynder by enabling the app to make authenticated API requests on behalf of the user.
How to enable this feature in your portal?
Contact your Customer Success Contact to enable this feature in your portal.
Who can create OAuth 1 API Tokens?
Once enabled, users with the following permission can enable and configure this integration:
-
Manage portal settings: enable you to access the settings page to set up API tokens.
-
Create Bynder API tokens: this enables you to create consumers and tokens.
-
View Bynder API tokens: displays a list of all the tokens created for your account.
-
Revoke Bynder API tokens: enables you to delete selected tokens.
How to Set up API Tokens
-
Go to Settings > Advanced settings > Portal settings
-
In the Account section, select API tokens.
-
Click Create New Consumer.
-
Enter the name of the consumer who will use the API token.
-
Click Create.
-
Copy the consumer key and consumer secret.
Note
When you click OK, the data disappears.
-
Click Create New Token.
-
Enter user.
-
Select the Consumer from the dropdown menu.
-
Select the Integration Type from the dropdown menu.
-
Click Create.
-
The Token and Token Secret will appear.
Important
Ensure you copy this information because once you click OK, the information will disappear.
-
Click OK.
-
You can now provide users the required data to connect to Bynder through an API.
-
You can create multiple tokens for a consumer.
How to Delete a Token
-
To delete a token, click next to the token you want to revoke.
Additional Resources
Updated