How to verify the user using Nextdoor

  1. Apply for developer token using the Share API flow. Please specify "Publish API" and provide Company Logo and Redirect URI

  2. Redirect the user you want to verify to Nextdoor website. see Get authorization code please specify profile in your scope parameter.


  3. The user need to login or sign up with Nextdoor, then they will be prompted with authorization prompt.

  4. The user says Yes, then Nextdoor will redirect the user back to your 'redirect uri' with the authorization_code.


  5. In your backend code, exchange authorization_code with access_token reference


  6. Use /me or /me/profiles to fetch user's info, including verified neighborhood_name``neighborhood_url``city_name``business_name