Test Environment
Our test environment is designed to mirror the functionality of our production environment, allowing you to fully test your integrations before deploying to production. However, there are a few key differences between the two environments, which are outlined below.
Key Differences from Production
-
Test Environment URL
In the test environment, the base URL for API requests is:https://test-api2.yieldguild.io/apiThis differs from the production environment URL, which is:
https://api2.yieldguild.io/api -
Mock Data Since there are no real users in the test environment, for most cases where the API is depended on a user we will mock the response. Each endpoint's documentation will specify how the endpoint behaves in the test environment.
For more detailed instructions on testing specific endpoints and scenarios, please refer to the individual endpoint documentation.