Environments

This section details the API environments available for testing and interacting with our service.

Sandbox environment

This environment is ideal for testing and development purposes. It provides a safe space to experiment with API calls without impacting production data.

For the sandbox environment, all requests should use the following base URL:

https://sandbox.faundit.com/api/v2/

Production environment

This environment is live where API calls interact with real data and functionality. Use this environment after thorough testing in the sandbox.

For the production environment, all requests should use the following base URL:

https://db.faundit.com/api/v2/

Last updated