Authentication
API Key Setup
Learn how to set up and manage API keys for OppiWallet
Creating API Keys
- Register an account with OppiWallet.
- Go to the API section on the OppiWallet home page.
- Generate API keys as needed:
- You can create multiple API keys for different applications.
- Each API key consists of an Auth Key and an Enc Key.
Approval Process
- New API keys require admin approval.
- You’ll receive a notification upon approval.
- Once approved, integrate the keys into your system.
Integration Details
- API Base URL:
https://doc-api.oppiwallet.com/api
- Use your API keys in requests as per the Authentication guidelines.
Security Best Practices
- Do not share API keys publicly.
- Store securely in environment variables or vaults.
- If compromised:
- Delete affected keys
- Generate new keys
- Update integrations