Overview
The sandbox environment allows you to test API integrations without affecting production data. It mimics the production environment but uses separate data and endpoints.Getting Started
Sandbox Base URL
Please use this base URL for development:Sandbox Authentication
For testing purposes, use the following API key:Example Request
cURL Example
Example Response
The sandbox environment provides consistent responses to help with testing:Successful Ad Response
Response Structure
The sandbox response includes:- status: HTTP status code (200 for success)
- data.vast_tag: Complete VAST XML with tracking URLs
- data.ad_request_uuid: Unique identifier for this ad request
- data.ad_request_expired_at: Expiration timestamp
- data.venue_id: The venue ID from your request
- data.screen_id: The screen ID from your request
Interactive Testing
API Playground
Want to test the API without writing code? Use our Interactive Playground to:- Send real API requests directly from your browser
- See live responses with actual VAST tags
- Experiment with parameters using the sandbox credentials
- Copy working code examples in multiple programming languages
Next Steps
Once your integration is fully tested in the sandbox environment, you’re ready to deploy to production.See our comprehensive Production Deployment Guide for detailed steps on transitioning to the live environment.