Skip to main content

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 sandbox ZAMP-KEY)

See Environments for the full matrix.

Demand

  1. Create a project and confirm the response.
  2. Add quotas and qualifications.
  3. Set the project live and fetch feasibility.
  4. Reconcile participant IDs and confirm statuses.

Supply

  1. List allocated surveys.
  2. Generate an entry link and walk a test respondent through it.
  3. Confirm the redirect/status you receive on completion.
  4. Reconcile the session.

Going to production

When every flow passes in the sandbox:

  1. Swap the base URL to the production host.
  2. Swap to production credentials.
  3. 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.