Developer Portal

Access the Humanity developer dashboard to create applications, generate API credentials, configure OAuth settings, and manage integrations. Available for sandbox and production.

The Developer Portal is where you register your application and get the credentials needed to integrate with Humanity. It takes about 5 minutes to set up.


Step 1 — Sign up or log in

arrow-up-right-from-squareGo to Developer Portal


Step 2 — Create an application

Once logged in:

  1. Click [Create App / New Application]

  2. Enter your application name


Step 3 — Review and Save your credentials

After creating your application, credentials both for sandbox and production are created. make sure you download them or copy / pasted into your .env file or a save place.

circle-exclamation

Step 4 — Add your URI + select your presets / configure scopes

Select the environment you want to work with and under Settings add you URI and your presets + scopes then save your changes.

Presets define what your app is allowed to verify about a user — for example, is_human, is_21_plus, or KYC status.

You can learn more about scopes and presets here SDK OAuth Scopes and Presets

For the example below we targeting sandbox environment and adding a Redirect URI and the following scopes:

  • identity:read

  • profile.full

  • openid

  • data.read

For sandbox testing, you can generate mock preset data from the Sandbox Dashboardarrow-up-right without needing a real verified user.

Learn more here Generating Mock Credentials

Last updated