Skip to main content
This guide shows you how to register your own app with Bing Webmasters to obtain your OAuth credentials (client ID and client secret). These are required to let your users grant your app access to their Bing Webmasters account.
1

Sign into Bing Webmaster Tools

Go to Bing Webmaster Tools and sign in with your Microsoft, Google, or Facebook account.
2

Open API Access settings

In the Bing Webmaster Tools dashboard, go to Settings > API Access > OAuth Client.
3

Register a new OAuth client

  1. Click Create to register a new OAuth client
  2. Enter your application name and description
  3. Set the Redirect URI to: https://api.nango.dev/oauth/callback
  4. Select the scopes your application needs (e.g., webmaster.manage for read/write access or webmaster.read for read-only)
4

Get your credentials

Copy your Client ID and Client Secret from the OAuth client settings. You’ll need these when configuring the integration in Nango.
5

Next

Follow the Quickstart to connect your first account.
For more details, see Bing Webmaster’s OAuth documentation.