How to get API keys for the imgur API?

How to get API keys for the imgur API?

Dec 5, 2019

This tutorial demonstrates how to create an OAuth application for use with the imgur API. This tutorial covers both (i) creating your application; as well as (ii) retrieving your OAuth 2.0 client ID and client secret.

Steps to follow:

  1. Sign in to imgur - https://imgur.com/
  2. Navigate to the following page to register an OAuth application - https://api.imgur.com/oauth2/addclient
  3. Fill the form with your application details
  4. On the authorization callback URL section, register the following URL https://int.bearer.sh/v2/auth/callback
  5. Click on "Save" and that's it!