Skip to main content
Nash runs separate Production and Sandbox environments in the US and AU regions; each has its own API base URL and Portal.
API EndpointCorresponding Nash Portal URL
Productionhttps://api.usenash.com/v1https://portal.usenash.com
Production (AU)https://api.ap-southeast-2.usenash.com/v1https://portal.usenash.com
Sandboxhttps://api.sandbox.usenash.com/v1https://portal.sandbox.usenash.com
Sandbox (AU)https://api.sandbox.ap-southeast-2.usenash.com/v1https://portal.sandbox.usenash.com

Production

All activity in the Production environment will be billed.
When you’re getting ready to launch into production, follow the steps in API key and Org ID to generate your production API key. Production API access is enabled by the Nash team — see Production testing for how to request it.

Sandbox

The Nash Sandbox is a free and fully-featured environment that allows you to test your integration without sending requests to actual drivers. All Nash API functionality is supported in the Sandbox environment. Most endpoints can be immediately tested in Sandbox with no extra configuration. Sandbox pairs simulated fleets with real provider integrations, and unlike Production, it is free to use. This lets you test your implementation in “production-like” conditions. Prices in Sandbox do not reflect Production settings.

Fleet simulators

Nash provides a set of fleet simulators — mock fleets that emulate scenarios you might encounter while using Nash in a production setting. Fleet simulators will start the job (delivery) based on the scheduled pickup time.
  • FleetSimulator: will cycle through several delivery statuses from not_assigned_driver up until dropoff_complete (see Delivery Status).
  • FleetSimulatorFast: same as FleetSimulator but with a shorter cycling interval between statuses.
  • FailingFleetSimulator: will send you a failed delivery status.

Differences between Sandbox and Production

While we try to make the Sandbox environment mimic Production as much as possible, there are a few limitations that you should be aware of:
  • SMS notifications are not triggered in Sandbox.
  • The behavior of fleets and fleet simulators is not an indication of how fleets will behave in the real world.