Skip to main content
Worldly provides two environments for API access: production and demo. Both environments use the same authentication mechanism and API surface, but serve different purposes.

Environments

Production

Live environment with real data. Use this for all production integrations.
https://api-v2.production.higg.org

Demo

Sandbox environment for testing and development. Use this to build and validate your integration before going live.
https://api-v2.demo.higg.org

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.
APIProductionDemo
Module Datahttps://api-v2.production.higg.org/api/v1/modulecsvhttps://api-v2.demo.higg.org/api/v1/modulecsv
Bulk CSVhttps://api-v2.production.higg.org/api/v1/modulecsvhttps://api-v2.demo.higg.org/api/v1/modulecsv
Performance CSVhttps://api-v2.production.higg.org/api/v1/moduleperformancecsvhttps://api-v2.demo.higg.org/api/v1/moduleperformancecsv
File Datahttps://api-v2.production.higg.org/api/v1/filedatahttps://api-v2.demo.higg.org/api/v1/filedata
Module Last Updatedhttps://api-v2.production.higg.org/api/v1/modulelastupdatedhttps://api-v2.demo.higg.org/api/v1/modulelastupdated
Module Shareshttps://api-v2.production.higg.org/api/v1/moduleshareshttps://api-v2.demo.higg.org/api/v1/moduleshares
PIChttps://api-v2.production.higg.org/pic-api/v1https://api-v2.demo.higg.org/pic-api/v1
MSIhttps://api-v2.production.higg.org/msi-api/v1https://api-v2.demo.higg.org/msi-api/v1
Product Modulehttps://api-v2.production.higg.org/pm-api/v1/producthttps://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, replace production with demo in any base URL.
1

Get demo credentials

Request demo environment API credentials from your Worldly account team. Demo credentials are separate from production credentials.
2

Update your base URL

Replace api-v2.production.higg.org with api-v2.demo.higg.org in your API requests.
3

Test your integration

Run your integration against the demo environment to validate request/response handling, error handling, and data parsing.
4

Switch to production

Once validated, swap the base URL back to api-v2.production.higg.org and use your production credentials.
The API playground on each endpoint page includes an environment selector that lets you toggle between production and demo base URLs.
Demo environment data is synthetic and may be reset periodically. Do not use it for production workloads.