Sandbox
Who this is for: developers validating an integration. When to use it: throughout development, before every production release. What happens next: once your flows pass in the sandbox, switch hosts and credentials to go live.
The sandbox is a fully isolated copy of the marketplace. You can exercise the complete lifecycle — create projects, allocate surveys, send test respondents, and reconcile — without affecting live traffic, billing, or real panelists.
Sandbox hosts
- Demand:
https://zampliabackend-staging.azurewebsites.net(use your staging token) - Supply:
https://surveysupplysandbox.zamplia.com/api/v1/(use your sandboxZAMP-KEY)
See Environments for the full matrix.
A recommended test pass
Demand
- Create a project and confirm the response.
- Add quotas and qualifications.
- Set the project live and fetch feasibility.
- Reconcile participant IDs and confirm statuses.
Supply
- List allocated surveys.
- Generate an entry link and walk a test respondent through it.
- Confirm the redirect/status you receive on completion.
- Reconcile the session.
Going to production
When every flow passes in the sandbox:
- Swap the base URL to the production host.
- Swap to production credentials.
- Run one smoke test on a low-volume project before scaling traffic.
tip
Use the interactive API Explorer on any reference page to fire sandbox requests directly from your browser.