Environments

Noggin provides two environments: Sandbox and Production, each designed for different stages of integration and uses separate API credentials.

Environment Comparison

FeatureSandboxProduction
PurposeTesting & developmentLive usage & deployment
Base URLhttps://sandbox.api.nogginhq.comhttps://api.nogginhq.com
API KeysSeparate (Sandbox-specific)Separate (Production access only)
Data UsageTest (non-production data)Real customer data
Rate Limits50 API calls per keyAs per contract / SLA
Transaction LimitMax 1,000 per requestAs per contract / SLA
PerformanceMay differ from productionOptimised for scale

API Keys & Access

  • Sandbox and Production environments use different API keys.
  • Keys are not interchangeable.
  • Requests with the wrong key will fail authentication

Learn more about how to obtain API keys and Authentication Authentication & API Credentials

❗️

Important Notes

  • Always ensure you are using the correct base URL and API key for the intended environment.
  • Do not use Sandbox keys in production or vice versa