There is an option to conduct development, testing, and debugging in the sandbox environment. This allows you to connect to the Ornament API for free and fully debug the integration before launching in the production environment.
Currently, automatic digitization of submitted lab reports does not work in the sandbox, so images and PDF files with analyses will not be automatically digitized.
To use the sandbox environment, you need to create a separate account on the sandbox version of the website https://sandbox-pro.ornament.health/app/ and obtain an API key there.
To connect to the sandbox version of the API, simply add the prefix sandbox to all URLs. For example, instead of using the URL https://api.ornament.health/accounting-api/public/v1.0/user/linked-profiles/{pid_or_email}, use the URL https://sandbox-api.ornament.health/accounting-api/public/v1.0/user/linked-profiles/{pid_or_email}