Generating and Managing API Keys
3 min read•Curated & Up to date
Generating and Managing API Keys
Viaoga provides a robust, RESTful API for pushing orders directly from your ERP and pulling real-time delivery statuses back into your systems via webhooks.
Creating an API Key
- Navigate to Settings > Integrations > API Keys.
- Click Generate New Key.
- Give the key a descriptive name (e.g., `Shopify Sync Script - Prod`).
- CRITICAL: You will only be shown the key *once*. Copy it immediately and store it in a secure vault (like AWS Secrets Manager or HashiCorp Vault).
We only store a bcrypt hash of the key on our servers, which means if you lose it, we cannot recover it for you. You will need to generate a new one.
Revoking a Key
If you suspect a key has been compromised, or if a developer leaves the company:
- Locate the key in the list.
- Click the Revoke (trash can) icon next to it.
- This revocation takes effect immediately across all of our global API nodes.
Was this article helpful?
Your feedback helps us improve our support center.