HERE server environments for HERE Fuel Prices API
HERE provides two server environments for handling your requests: a Production environment and a Customer Integration Testing (CIT) environment. The table below summarizes when to use these environments.
| Environment | Functional/Integration Testing | Load/Performance Testing | General Production Use |
|---|---|---|---|
| Production | yes | no | yes |
| Customer Integration Testing (CIT) | yes | no | no |
Production
Use the Production environment for general production use.
Customer Integration Testing (CIT)
Use the CIT environment for low-volume integration and functional testing. To access CIT for REST APIs, amend the base URL to include an additional cit segment. For example, the CIT URL for this API is https://fuel-v2.cit.cc.api.here.com/.
The Production environment isn't designed to support sudden, unannounced high loads, including performance tests. If you need to do performance testing, contact HERE to discuss your options.
Updated 15 days ago