Step-by-Step Technical Guide
Follow these steps to integrate our secure authentication flow.
- Generate your Client ID and Secret.
- Exchange credentials for a Bearer token.
- Include the token in your
Authorizationheader.
curl -X POST https://api.devportal.com/v1/token \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials"