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:All examples in this documentation use the sandbox environment by default.
Production
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:- Authentication URLs - Use the appropriate auth server for your environment
- API Base URLs - Point to the correct API endpoint
- Universe Configuration URLs - Use the appropriate universe API for your environment
- Client Credentials - Use environment-specific
client_idandclient_secret - Access Tokens - Tokens are environment-specific and cannot be used across environments