Environments
Production
Live environment with real data. Use this for all production integrations.
Demo
Sandbox environment for testing and development. Use this to build and validate your integration before going live.
Base URLs by API
Each API group uses a path prefix on top of the environment host. Some groups (such as Module Data and Bulk CSV) share the same base path because they belong to the same underlying service. The table below lists the full base URL for every API in both environments.| API | Production | Demo |
|---|---|---|
| Module Data | https://api-v2.production.higg.org/api/v1/modulecsv | https://api-v2.demo.higg.org/api/v1/modulecsv |
| Bulk CSV | https://api-v2.production.higg.org/api/v1/modulecsv | https://api-v2.demo.higg.org/api/v1/modulecsv |
| Performance CSV | https://api-v2.production.higg.org/api/v1/moduleperformancecsv | https://api-v2.demo.higg.org/api/v1/moduleperformancecsv |
| File Data | https://api-v2.production.higg.org/api/v1/filedata | https://api-v2.demo.higg.org/api/v1/filedata |
| Module Last Updated | https://api-v2.production.higg.org/api/v1/modulelastupdated | https://api-v2.demo.higg.org/api/v1/modulelastupdated |
| Module Shares | https://api-v2.production.higg.org/api/v1/moduleshares | https://api-v2.demo.higg.org/api/v1/moduleshares |
| PIC | https://api-v2.production.higg.org/pic-api/v1 | https://api-v2.demo.higg.org/pic-api/v1 |
| MSI | https://api-v2.production.higg.org/msi-api/v1 | https://api-v2.demo.higg.org/msi-api/v1 |
| Product Module | https://api-v2.production.higg.org/pm-api/v1/product | https://api-v2.demo.higg.org/pm-api/v1/product |
Using the demo environment
The demo environment is available for all API customers to test their integrations. To use it, replaceproduction with demo in any base URL.
Get demo credentials
Request demo environment API credentials from your Worldly account team. Demo credentials are separate from production credentials.
Update your base URL
Replace
api-v2.production.higg.org with api-v2.demo.higg.org in your API requests.Test your integration
Run your integration against the demo environment to validate request/response handling, error handling, and data parsing.
The API playground on each endpoint page includes an environment selector that lets you toggle between production and demo base URLs.

