Connect to a preset OAuth API
What is OAuth?
OAuth is an authorization standard that allows you to use your existing accounts on platforms like Google and Facebook to access third-party websites and apps. When you connect via OAuth, you're authorizing these services to perform actions on your behalf.
Under the hood, OAuth works by obtaining and refreshing access tokens. These tokens are obtained when you first log in to the platform and are automatically refreshed as needed. They're then sent along with API requests to authorize each request to the third-party platform.
Create an OAuth connection
When you create OAuth connections in Data Fetcher, they're saved in your workspace. This means you only need to create them once and can then use them for multiple requests.
On the create request screen, click Authorization.
Use the Type dropdown to select OAuth.
Next to Connection, click + New.
Click the button for the application you want to connect to (for example, Google Ads). A new window will open asking for permission to connect your account to Data Fetcher.
Configure the rest of your API details like URL as you normally would and run the request.
Authorization headers and parameters will be automatically sent when you run the request.
Rename an OAuth Connection
Hover over the extension, then click the Settings icon (⚙️) to open the settings screen.
Under Workspaces, click Manage next to the workspace you want.
Under OAuth Connections, click the pencil icon next to the connection you want to rename.
In the modal, enter the new name in the input field.
Click Save.
Delete an OAuth Connection
Hover over the extension, then click the Settings icon (⚙️) to open the settings screen.
Under Workspaces, click Manage next to the workspace you want.
Under OAuth Connections, click the trash icon next to the connection you want to delete.
Click Delete in the modal that opens.
Important: Some platforms like Google will revoke all your OAuth connections when you revoke one connection. For example, deleting Google Analytics would also revoke Google Ads.
Create Custom OAuth Connection
Last updated