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.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Sign into Bing Webmaster Tools
Go to Bing Webmaster Tools and sign in with your Microsoft, Google, or Facebook account.
Open API Access settings
In the Bing Webmaster Tools dashboard, go to Settings > API Access > OAuth Client.
Register a new OAuth client
- Click Create to register a new OAuth client
- Enter your application name and description
- Set the Redirect URI to:
https://api.nango.dev/oauth/callback - Select the scopes your application needs (e.g.,
webmaster.managefor read/write access orwebmaster.readfor read-only)
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.
Next
Follow the Quickstart to connect your first account.