Register a Vimeo App
To use the Vimeo API with OAuth 2.0, you need to register an application on the Vimeo Developer site.
1
Access Vimeo Developer Portal
Go to the Vimeo Developer Portal and sign in with your Vimeo account.
2
Create a New App
Click Create an App and fill in the required details.
- App name: Choose a unique name for your app.
- App description: Provide a brief description of your app’s functionality.
- Check the box to agree to the Vimeo API Terms of Service.
- Click on
Create Appto move forward.
3
Configure OAuth Redirect URI
Under your app settings, add the following callback URL to Authorized redirect URIs.
- You’ll find the Client Id or Client Identifier and Client Secret (to scroll down below).
- Scroll down to the Authentication section and choose Authenticated (you) option.
- Select the necessary scopes,
publicscope is required. - NOTE:
uploadscope is not available in sandbox environment, so we exclude it from the default scopes list. Users can still add it manually if needed. - Scroll down to the Callback URLs section and click Add URL.
- Enter
https://api.stackone.com/connect/oauth2/vimeo/callbackas the redirect URI. - Click Save.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Vimeo:1
Navigate to Connector Profiles
Login to StackOne and navigate to Connector Profiles
2
Create New Connector Profile
- Click + Connector Profile
- Search for and select Vimeo
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile