Sandbox Environment
In order to test the API's functionality outside of a production environment, the domain https://api-test.hopdrive.com
can be used.
This environment will provide the user with all of the same versioning and endpoints such as /v1/authorize
and /v1/moves/<move_id>
, however a separate Client ID and Secret are utilized (see Authentication). If you do not have client credentials for the sandbox environment, please contact HopDrive to have them setup.
Differences
The sandbox environment is also where HopDrive stages upcoming changes to our live services. While breaking changes will never be introduced into this environment, you may notice changes in response schema such as new fields and related objects. The documentation available at https://api-test.hopdrive.com/docs should reflect these changes.