Register an Application
Every integration starts with registering an application in the Pcampus Console. An application is the container for your OAuth client and API keys.
Steps
- Open console.pcampus.co (opens in a new tab) and sign in.
- Navigate to Applications in the left sidebar.
- Click New Application.
- Fill in:
- Name — human-readable label (e.g.
My Backend Service) - Description (optional)
- Name — human-readable label (e.g.
- Click Create. You'll land on the application detail page.
Application types
| Type | Use case |
|---|---|
| Server-side | Backend APIs, batch jobs, M2M calls |
| Single-page app | React / Vue / Svelte frontends (PKCE flow — coming soon) |
| Native / mobile | iOS / Android (coming soon) |
For server-to-server integrations, use Server-side and generate an M2M API key. You don't need OAuth unless you're acting on behalf of end users.
Next: get credentials
Once the application is created, get your credentials →