Skip to main content

Using the Sandbox Environment

D
Written by David Servodidio

What the sandbox is

The VetVerifi sandbox is a fully isolated test environment with mock pet records, simulated clinics, and all API endpoints available. Use it to build and test your integration without affecting real data.

Sandbox base URL

https://sandbox.api.vetverifi.com/v1/

Test API keys

Use your test API key (prefixed vv_test_) for all sandbox requests. Test keys are generated alongside your live keys in the Developer > API Keys page.

Seeded test data

  • vv_p_test_current — all vaccines current

  • vv_p_test_expiring — one vaccine expiring within 30 days

  • vv_p_test_overdue — one vaccine overdue

  • vv_p_test_no_records — no vaccine records on file

💡 Sandbox data resets every 24 hours. Do not rely on custom records you create in the sandbox persisting beyond a day.

Did this answer your question?