Skip to main content

Environments

We have a separate sandbox environment where you can try out our API. All of the code snippets below will use the sandbox environment. You can find the details for both our sandbox and production environment below:

Sandbox

The sandbox environment is available for testing and development purposes. Use these URLs when making API requests: Authentication Server:
https://auth.sandbox.wealthyhood.com
API Server:
https://api.sandbox.wealthyhood.com
Universe Configuration Server:
https://{TENANT}-staging.wealthyhood.workers.dev
All examples in this documentation use the sandbox environment by default.

Production

Please contact your tenant manager for Production URLs and tokens.
When you’re ready to go live, you’ll need to update your application to use the production endpoints. Contact [email protected] to obtain your production credentials and environment details.

Environment-Specific Configuration

When switching between environments, ensure you update:
  1. Authentication URLs - Use the appropriate auth server for your environment
  2. API Base URLs - Point to the correct API endpoint
  3. Universe Configuration URLs - Use the appropriate universe API for your environment
  4. Client Credentials - Use environment-specific client_id and client_secret
  5. Access Tokens - Tokens are environment-specific and cannot be used across environments