How to get API keys for the Pinterest API?

How to get API keys for the Pinterest API?

Dec 5, 2019

This tutorial demonstrates how to create an OAuth application for use with the Pinterest API. This tutorial covers (i) creating your application; (ii) retrieving your OAuth 2.0 client ID and client secret; as well as (iii) configuring your application scopes and redirect URI.

Steps to follow:

  1. Sign in to the Pinterest Developers portal - https://developers.pinterest.com
  2. Navigate to the "Apps" section
  3. Accept the terms and conditions then create on "Create app" to create a new OAuth application
  4. In the popin, provide your application name and description. Then click on "Create"
  5. Your application is created. Now, scroll down and register the following redirect URI: https://int.bearer.sh/v2/auth/callback
  6. Scroll up to retrieve your application credentials
  7. That's it!