Testing and debugging
When testing and debugging your integration with the Accounting API, it is highly recommended not to use the production API to avoid unintended consequences. Instead, we provide dedicated sandbox environments for both the dashboard and the API.
Sandbox Dashboard
The sandbox dashboard allows you to interact with a test environment that mirrors the production dashboard. You can access the sandbox dashboard at https://sandbox.api.accounting.sh.
Sandbox API
The sandbox API is a replica of the production API, providing a safe space for testing and development. You can make API requests to the sandbox environment at https://sandbox.api.accounting.sh.
Data Cleanup
Please note that all data created in the sandbox environment is automatically deleted approximately 7 days after its creation. This ensures a clean and regularly refreshed testing environment.
Getting Started
To start testing and debugging:
- Access the sandbox dashboard and explore the features available.
- Make API requests to the sandbox API to simulate different scenarios and test your integration thoroughly.
By utilizing the sandbox environments, you can experiment with various functionalities without affecting your live data. If you encounter any issues or have specific testing requirements, feel free to reach out to our support team at [email protected].
Happy testing! 🐜💻