Sandbox Mode

Sandbox mode enables you to make requests to the Vouched API without having to incur any usage costs.

Sandbox mode will accept the same parameters as live mode requests but will not perform any actual validation on the submitted IDs. Instead, a predefined response that returns the same model definition will be returned. Since there is no validation occurring, jobs that are generated through sandbox mode should not be considered as validations of the submitted data.

📘

Sandbox mode should only be used for testing purposes.

In order to submit a sandbox job you can:

You should receive a response back from the sandbox server with the result of the request. Additionally, you can head over to the Jobs page on the dashboard and view your job result by toggling the View Sandbox Data switch on the navigation sidebar.

❗️