Step-by-Step Technical Guide

Follow these steps to integrate our secure authentication flow.

  1. Generate your Client ID and Secret.
  2. Exchange credentials for a Bearer token.
  3. Include the token in your Authorization header.
curl -X POST https://api.devportal.com/v1/token \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=client_credentials"