Get Credentials
After registering your application you can issue two types of credentials.
M2M API Key
Use for server-to-server calls where no end user is involved (batch jobs, webhooks, backend APIs).
Generate a key
- Open your application in the Console.
- Go to the API Keys tab.
- Click New API Key.
- Give it a name and optional scopes.
- Click Create — copy the key immediately. It will not be shown again.
Key format
pip_live_xxxxxxxxxxxxxxxxxxxxxxxxUse in requests
curl https://pip.pcampus.co/identity/users \
-H "Authorization: Bearer pip_live_xxxxxxxx"⚠️
Store the key in an environment variable, never in source code.