Skip to main content

Register a New Application

1

Log in to the Platform

Log in at https://app.podero.com/accounts/login/ with the credentials you received.
It is strongly recommended that you change the password after your first login.
2

Access the Application Portal

Visit https://app.podero.com/oauth2/applications/register/ (or use your sandbox URL subdomain) to create a new client application.
3

Configure Your Application

Fill in the application details:
FieldValue
NameYour application name
Client TypeConfidential
Authorization Grant TypeClient Credentials
Redirect URIsNot necessary (leave empty)
4

Save Your Credentials

Immediately copy the client ID and the client secret and keep them somewhere safe.You will not be able to retrieve your client secret later.
After copying your credentials, save the application.
Application Registration

What You Received

After registration, you should have:
  • Client ID: A unique identifier for your application
  • Client Secret: A secure key that proves your application’s identity
Store these credentials securely using environment variables or a secrets management system. Never commit them to source control.

Next Step

Get Access Token

Generate your first API access token